-
Notifications
You must be signed in to change notification settings - Fork 3.4k
SSE tests including test_sse1_full fail #5618
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
Comments
The way that test works is that it builds the same code twice - once for native, and second time for Emscripten, and then compares the two that they get the same result. This error message seems to come from the native compilation side. Tried this out on my Linux Mint 18 box, which passes the test, so this seems to be something configuration specific. Check out this line https://github.com/kripken/emscripten/blob/incoming/tests/test_core.py#L5067, which is running the build. Two things come to mind here:
|
|
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant. |
emscripten is installed by
emsdk install latest
.With the flag
-v
for clang manually turned on:The text was updated successfully, but these errors were encountered: