Skip to content

Commit 4826525

Browse files
authored
Test for sse4 specifically, not just sse, in dev_tools/test_libs.sh (#828)
1 parent 6999a9f commit 4826525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_tools/test_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [[ "$features" == *avx2* ]]; then
3737
filters+=",avx"
3838
configs+=( "--config=avx" )
3939
fi
40-
if [[ "$features" == *sse* ]]; then
40+
if [[ "$features" == *sse4* ]]; then
4141
filters+=",sse"
4242
configs+=( "--config=sse" )
4343
fi

0 commit comments

Comments
 (0)