Skip to content

Commit 314beff

Browse files
committed
@static if
1 parent f6239b7 commit 314beff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoopVectorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export indices,
2020
vreduce,
2121
vcount
2222

23-
if VERSION >= v"1.11-DEV"
23+
@static if VERSION >= v"1.11-DEV"
2424
macro turbo(args...)
2525
quote
2626
@inbounds @fastmath begin

0 commit comments

Comments
 (0)