Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gcc] Use compat for _mm_storeu_si32 on older GCCs
Older GCC versions [which? at least GCC9] don't implement `_mm_storeu_si32()`. In these cases use the intrinsic for storing a single float value instead and cast the argument and the destination accordingly.
- Loading branch information