-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
emscripten errors in wasm_simd128.h #10651
Comments
When emscripten-core/emscripten#10651 is resolved this should be reverted.
Thanks for the report! This is strange because that change passed our CI just fine. I’ll investigate more today. |
It turns out that these errors are generated when compiling as C, but not C++. A fix will require adding a new builtin function to clang. It shouldn't take too long. |
CI isn't failing for me anymore, so I guess the changes made it out to LLVM? I don't want to close this in case something is still pending, but from my perspective it seems resolved. Thanks, @tlively! |
Yes, this has been resolved and is fixed in the emscripten version tagged this morning. |
I'm getting errors when including wasm_simd128.h:
I'm guessing this is due to a53e9e7, so maybe @tlively will want to take a look? Here is an example of a failed build on CI, which includes the build commands: https://travis-ci.org/nemequ/simde/jobs/659017514.
The text was updated successfully, but these errors were encountered: