Skip to content

Commit

Permalink
fix #438 because can_turbo literal_pow
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Oct 8, 2022
1 parent 183eefe commit 6883ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LoopVectorization"
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
authors = ["Chris Elrod <[email protected]>"]
version = "0.12.132"
version = "0.12.133"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
1 change: 1 addition & 0 deletions src/condense_loopset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@ can_turbo(::typeof(vfmsubadd), ::Val{3}) = true
can_turbo(::typeof(ifelse), ::Val{3}) = true
can_turbo(::typeof(!), ::Val{1}) = true
can_turbo(::typeof(^), ::Val{2}) = true
can_turbo(::typeof(Base.literal_pow), ::Val{3}) = true

"""
check_turbo_safe(ls::LoopSet)
Expand Down

0 comments on commit 6883ff0

Please sign in to comment.