Skip to content
Snippets Groups Projects
Unverified Commit 824f1bec authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fix unaligned load with MSVC

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
parent c64ad657
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment