emscripten-core / emscripten-core/emscripten
-mno-sse*?
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Here's my story:
* `-msse3` is hardcoded in the Makefile, but we would like a way to disable SIMD
* for X86, this is pretty easy with `export CFLAGS=-mno-sse3`
* for WASM, currently I have to use `-msimd128 -mno-simd128 -U__SSE__ -U__SSE2__ -U__SSE3__`, which looks too cumbersome than necessary
It seems emcc is not aware of `-mno-sse*` at all?
Contributor guide
Assessment
This issue has not been assessed yet.