opus icon indicating copy to clipboard operation
opus copied to clipboard

Fix SIMD fallback code when AVX2 is not available

Open j-schultz opened this issue 1 year ago • 0 comments

Same as https://github.com/xiph/rnnoise/pull/228

Currently the code first typedefs a fallback type based on __m256i and only on the following line it actually defines __m256i as the emulated type. This needs to be the other way around! This fixes building opus on emscripten with vectorization enabled.

j-schultz avatar Jun 12 '24 10:06 j-schultz