Closed
Description
Not sure this is the right place to ask (maybe VectorizationBase?) but this is what I get when I try to use erf
julia> using LoopVectorization, SpecialFunctions
julia> @avx for i=1:10
a[i] = erf(x[i])
end
ERROR: StackOverflowError:
Stacktrace:
[1] erf(x::VectorizationBase.Vec{4, Float64}) (repeats 79984 times)
@ SpecialFunctions ~/.julia/packages/SpecialFunctions/mFAQ4/src/erf.jl:10
Is erf
support planned?
Metadata
Metadata
Assignees
Labels
No labels