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
An internal union defined to implement 256-bit AVX support added in PR
emscripten-core#22430 is missing `union` keywords at
declarations so causes errors when used with the C compiler.
Add the `union` keyword to the declarations of the `m256_data` union in
avxintrin.h. Also adds `__` prefix to make type `__m256_data` to avoid
further polluting global namespace.
0 commit comments