summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/testlauncher.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp
index bd0908a73..e20721a07 100644
--- a/src/test/testlauncher.cpp
+++ b/src/test/testlauncher.cpp
@@ -528,6 +528,8 @@ int TestLauncher::testDyeSSpeed()
runDyeTest("dye s salt", "default time", replaceSColorDefault);
runDyeTest("dye s salt", "simd time ", replaceSColorSimd);
+ runDyeTest("dye s salt", "sse2 time ", replaceSColorSse2);
+ runDyeTest("dye s salt", "avx2 time ", replaceSColorAvx2);
#endif // defined __linux__ || defined __linux
return 0;