Skip to content

Commit 4b03b46

Browse files
committed
add can_turbo(::typeof(^), ::Val{2}) = true
1 parent 5bf160c commit 4b03b46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/condense_loopset.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,7 @@ can_turbo(::typeof(vfmaddsub), ::Val{3}) = true
918918
can_turbo(::typeof(vfmsubadd), ::Val{3}) = true
919919
can_turbo(::typeof(ifelse), ::Val{3}) = true
920920
can_turbo(::typeof(!), ::Val{1}) = true
921+
can_turbo(::typeof(^), ::Val{2}) = true
921922

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

0 commit comments

Comments
 (0)