Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version without -msimd128 #853

Open
crisgol opened this issue Jul 2, 2021 · 2 comments
Open

version without -msimd128 #853

crisgol opened this issue Jul 2, 2021 · 2 comments

Comments

@crisgol
Copy link

crisgol commented Jul 2, 2021

I need to use emcc -msse3
but it's forcing me to use -
msimd128.

in which version can i use only -msse3 ?

@sbc100
Copy link
Collaborator

sbc100 commented Jul 2, 2021

Looks like a duplicate of emscripten-core/emscripten#14132

I believe the indented behaviour right now. There is some discussion going on around how this should work in emscripten-core/emscripten#12714, so I suggest you join in there if you have opinions on it.

@Level0r0s
Copy link

Having a -s ENABLE_EXPERIMENTAL_SIMD128=1 flag that is required to enable -msse (without -msimd128)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants