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
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.
closesDLTcollab#635DLTcollab#639
When we run CI with optimization options, compiler would warn that the codebase break strict-aliasing rules.
see the CI https://github.com/DLTcollab/sse2neon/actions/runs/9658424846/job/26639574270?pr=638
There are some tests failed in the same CI. They may cause by the same reason
The text was updated successfully, but these errors were encountered: