Skip to content

Commit

Permalink
convert to Bool
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Nov 15, 2023
1 parent 85c2d62 commit 4fee79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/teststaticcompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ let
end

## --- Test LoopVectorization integration
@static if LoopVectorization.VectorizationBase.has_feature(Val{:x86_64_avx2})
@static if Bool(LoopVectorization.VectorizationBase.has_feature(Val{:x86_64_avx2}))
let
# Compile...
status = -1
Expand Down

0 comments on commit 4fee79b

Please sign in to comment.