VectorizationBase.jl is deprecated
Opened this issue · 0 comments
asinghvi17 commented
cf. JuliaSIMD/VectorizationBase.jl#106 (comment). It looks like VectorizationBase is a dependency here, and from a cursory glance of the codebase it seems pretty ingrained into it. How much effort would it be to switch out, given that VectorizationBase has demonstrated segfaults on Julia v1.11?
We might end up using AccurateArithmetic in https://github.com/JuliaGeo/GeometryOps.jl, and would like to avoid as many dependency issues as possible 😄.