Skip to content

Commit

Permalink
add can_turbo(::typeof(^), ::Val{2}) = true
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Sep 30, 2022
1 parent 5bf160c commit 4b03b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/condense_loopset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ can_turbo(::typeof(vfmaddsub), ::Val{3}) = true
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

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

2 comments on commit 4b03b46

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/69294

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.131 -m "<description of version>" 4b03b4611feba65e09da8754bee76b76a36018b9
git push origin v0.12.131

Please sign in to comment.