emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.91k stars 3.32k forks source link

Add AVX2 support #23035

Open jiepan-intel opened 5 days ago

jiepan-intel commented 5 days ago

It's successor of PR #22430, one 256-bit AVX2 intrinsic can be also emulated by two 128-bit intrinsics.