summaryrefslogtreecommitdiff
path: root/src/test/testlauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testlauncher.cpp')
-rw-r--r--src/test/testlauncher.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp
index 64ea181fb..35462499f 100644
--- a/src/test/testlauncher.cpp
+++ b/src/test/testlauncher.cpp
@@ -519,6 +519,7 @@ static void calcTime(const char *const msg1,
int TestLauncher::testDyeSSpeed()
{
+/*
#if defined __linux__ || defined __linux
const int sz = 100000;
uint32_t buf[sz];
@@ -532,12 +533,13 @@ int TestLauncher::testDyeSSpeed()
runDyeTest("dye s salt", "sse2 time ", replaceSColorSse2);
runDyeTest("dye s salt", "avx2 time ", replaceSColorAvx2);
#endif // defined __linux__ || defined __linux
-
+*/
return 0;
}
int TestLauncher::testDyeASpeed()
{
+/*
#if defined __linux__ || defined __linux
const int sz = 100000;
uint32_t buf[sz];
@@ -551,7 +553,7 @@ int TestLauncher::testDyeASpeed()
runDyeTest("dye a salt", "sse2 time ", replaceAColorSse2);
runDyeTest("dye a salt", "avx2 time ", replaceAColorAvx2);
#endif // defined __linux__ || defined __linux
-
+*/
return 0;
}