Skip to content

Commit c20c4de

Browse files
authored
add pow_fast
1 parent 6883ff0 commit c20c4de

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
@@ -920,6 +920,7 @@ can_turbo(::typeof(ifelse), ::Val{3}) = true
920920
can_turbo(::typeof(!), ::Val{1}) = true
921921
can_turbo(::typeof(^), ::Val{2}) = true
922922
can_turbo(::typeof(Base.literal_pow), ::Val{3}) = true
923+
can_turbo(::typeof(Base.FastMath.pow_fast), ::Val{2}) = true
923924

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

0 commit comments

Comments
 (0)