Skip to content

Commit dac81b3

Browse files
committed
maybestaticlength imported because Octavian dropped 1.6 support, meaning that old versions imported it cannot be fixed for Julia 1.5. Fixes #285.
1 parent cf4af69 commit dac81b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LoopVectorization.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ using VectorizationBase: register_size, register_count, cache_linesize, cache_si
2323
num_threads, num_cores,
2424
max_mask#,zero_mask
2525

26+
using VectorizationBase: maybestaticlength # for compatibility
2627

2728
using IfElse: ifelse
2829

0 commit comments

Comments
 (0)