emscripten-core / emsdk

Emscripten SDK
http://emscripten.org
Other
2.92k stars 660 forks source link

[Bazel] Add feature to support WASM Relaxed SIMD #1389

Closed yolanda15 closed 1 month ago

yolanda15 commented 1 month ago

WASM Relaxed SIMD has been supported by LLVM and used in the XNNPACK acceleration library in bazel build, see reference.

Add this feature in bazel toolchain so that it can be recoginized in config similarly to the WASM SIMD feature.

walkingeyerobot commented 1 month ago

thanks very much!