You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numerics Vectors only support floats, we could re-create them for Doubles, ints and longs (and possibly other types?).
This would allow users to take advantage of vector instructions without having to do loads and saves themselves.
The text was updated successfully, but these errors were encountered:
Agreed, the JIT probably optimizes this away with the built-in types but we can't count on it doing the same thing in this case (especially since we'd be explicitly calling the SSE/AVX Load/Store functions).
Numerics Vectors only support floats, we could re-create them for Doubles, ints and longs (and possibly other types?).
This would allow users to take advantage of vector instructions without having to do loads and saves themselves.
The text was updated successfully, but these errors were encountered: