Skip to content

error with erf  #232

Closed
Closed
@CarloLucibello

Description

@CarloLucibello

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions