Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC doesn't have a real __m128i_u, so it would generate an aligned store, resulting in a segfault. Adding explicit loadu/stureu intrinsics to make sure the compiler generates unaligned load/store
- Loading branch information