Skip to content

Commit 6883ff0

Browse files
committed
fix #438 because can_turbo literal_pow
1 parent 183eefe commit 6883ff0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.132"
4+
version = "0.12.133"
55

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

src/condense_loopset.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ can_turbo(::typeof(vfmsubadd), ::Val{3}) = true
919919
can_turbo(::typeof(ifelse), ::Val{3}) = true
920920
can_turbo(::typeof(!), ::Val{1}) = true
921921
can_turbo(::typeof(^), ::Val{2}) = true
922+
can_turbo(::typeof(Base.literal_pow), ::Val{3}) = true
922923

923924
"""
924925
check_turbo_safe(ls::LoopSet)

0 commit comments

Comments
 (0)