Skip to content

Commit 817e690

Browse files
authored
Merge branch 'master' into dependabot/github_actions/bazel-contrib/setup-bazel-4fd964a13a440a8aeb0be47350db2fc640f19ca8
2 parents c33657e + 4826525 commit 817e690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)