Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Casting vector registers to a pointer or accessing the address of a variable and then casting it to a different pointer type would violate strict aliasing rules, potentially causing strict aliasing errors. `sse2neon_recast_u64_f64` and `sse2neon_recast_f64_s64` are introduced to solve this error. closes DLTcollab#635 DLTcollab#639
- Loading branch information