Skip to content

Commit ed02095

Browse files
committed
add correct function to namespace for Octavian...
1 parent c67d5f7 commit ed02095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.12.40"
4+
version = "0.12.41"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/LoopVectorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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
26+
using VectorizationBase: maybestaticsize # for compatibility
2727

2828
using IfElse: ifelse
2929

0 commit comments

Comments
 (0)