Interpolations.jl icon indicating copy to clipboard operation
Interpolations.jl copied to clipboard

Supporting SIMD.jl types

Open danielkeller opened this issue 5 years ago • 1 comments

Since interpolations already supports evaluating at arrays of points in a vectorized way, would it be hard to support evaluating at points of SIMD.jl vector types? It would be very helpful for code that evaluates interpolations in a loop.

I could try my hand at a pull request, if I had a little guidance on where to start.

danielkeller avatar Jun 25 '20 11:06 danielkeller

Could you give an example of some code that you would like to work along with the error that occurs now?

mkitti avatar Oct 19 '20 19:10 mkitti