Skip to content

Commit 7825a8f

Browse files
committed
pow isn't a Base function.
1 parent 076ac7b commit 7825a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoopVectorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const SLEEFPiratesDict = Dict{Symbol,Tuple{Symbol,Symbol}}(
4545
:ceil => (:SIMDPirates, :ceil),
4646
:abs => (:SIMDPirates, :vabs),
4747
:sincos => (:SLEEFPirates, :sincos_fast),
48-
:pow => (:SLEEFPirates, :pow_fast),
48+
# :pow => (:SLEEFPirates, :pow_fast),
4949
:^ => (:SLEEFPirates, :pow_fast),
5050
# :sincospi => (:SLEEFPirates, :sincospi_fast),
5151
# :pow => (:SLEEFPirates, :pow),

0 commit comments

Comments
 (0)