We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6999a9f commit 4826525Copy full SHA for 4826525
1 file changed
dev_tools/test_libs.sh
@@ -37,7 +37,7 @@ if [[ "$features" == *avx2* ]]; then
37
filters+=",avx"
38
configs+=( "--config=avx" )
39
fi
40
-if [[ "$features" == *sse* ]]; then
+if [[ "$features" == *sse4* ]]; then
41
filters+=",sse"
42
configs+=( "--config=sse" )
43
0 commit comments