emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.79k stars 3.31k forks source link

-mno-sse*? #14480

Open hujiajie opened 3 years ago

hujiajie commented 3 years ago

Here's my story:

It seems emcc is not aware of -mno-sse* at all?

sbc100 commented 3 years ago

@ngzhian might know . I thought we didn't enable any simd with -msse3 alone but I might be misremembering.

ngzhian commented 3 years ago

Maybe because https://github.com/emscripten-core/emscripten/blob/main/emcc.py#L771 doesn't check for the -mno-*?