I have some code that calls this; check it out here: https://github.com/quinnj/JJ.jl/blob/master/src/JJ.jl#L25. That definitions takes SIMD.Vec
input arguments, but they could just be plain Base.VecElement
s as well (and you’d remove the a.elts
)
1 Like