rtm
rtm copied to clipboard
Add support for NEON float64 SIMD
Armv8 now supports float64 SIMD with ARM64.
Several types can benefit from this: quatd, vector4d, mask4d, etc
This will lead to more efficient register usage and argument passing.