We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffd2e1 commit 2f89e0bCopy full SHA for 2f89e0b
src/utils.jl
@@ -26,5 +26,5 @@ const FMA_FAST = is_fma_fast(Float64) && is_fma_fast(Float32)
26
if VERSION < v"0.7-"
27
_sqrt(x::T) where {T<:Union{Float32,Float64}} = Base.sqrt_llvm_fast(x)
28
else
29
- _sqrt(x::T) where {T<:Union{Float32,Float64}} = Base.sqrt_llvm_(x)
+ _sqrt(x::T) where {T<:Union{Float32,Float64}} = Base.sqrt_llvm(x)
30
end
0 commit comments