-
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
Fix up SSE1 support so that MathGeoLib unit tests and benchmarks work. #3010
Labels
Comments
cc @sunfishcode |
Merged
juj
added a commit
to juj/emscripten-fastcomp
that referenced
this issue
Sep 3, 2015
…rns in a SIMD vector, don't attempt to create a float SIMD vector directly out of them, since JS source can't represent NaNs with noncanonical bits. Instead, create a int SIMD vector and cast it to float one to detour to the SIMD vector with correct bits intact. Fixes emscripten-core/emscripten#2840, emscripten-core/emscripten#3560, emscripten-core/emscripten#3010 and emscripten-core/emscripten#3403.
juj
added a commit
to juj/emscripten-fastcomp
that referenced
this issue
Sep 3, 2015
…rns in a SIMD vector, don't attempt to create a float SIMD vector directly out of them, since JS source can't represent NaNs with noncanonical bits. Instead, create a int SIMD vector and cast it to float one to detour to the SIMD vector with correct bits intact. Fixes emscripten-core/emscripten#2840, emscripten-core/emscripten#3560, emscripten-core/emscripten#3010 and emscripten-core/emscripten#3403.
juj
added a commit
to juj/emscripten-fastcomp
that referenced
this issue
Sep 3, 2015
…rns in a SIMD vector, don't attempt to create a float SIMD vector directly out of them, since JS source can't represent NaNs with noncanonical bits. Instead, create a int SIMD vector and cast it to float one to detour to the SIMD vector with correct bits intact. Fixes emscripten-core/emscripten#2840, emscripten-core/emscripten#3560, emscripten-core/emscripten#3010 and emscripten-core/emscripten#3403.
Closing as fixed. |
juj
added a commit
to juj/emscripten-fastcomp
that referenced
this issue
Sep 19, 2015
…rns in a SIMD vector, don't attempt to create a float SIMD vector directly out of them, since JS source can't represent NaNs with noncanonical bits. Instead, create a int SIMD vector and cast it to float one to detour to the SIMD vector with correct bits intact. Fixes emscripten-core/emscripten#2840, emscripten-core/emscripten#3560, emscripten-core/emscripten#3010 and emscripten-core/emscripten#3403.
juj
added a commit
to juj/emscripten-fastcomp
that referenced
this issue
Sep 22, 2015
…rns in a SIMD vector, don't attempt to create a float SIMD vector directly out of them, since JS source can't represent NaNs with noncanonical bits. Instead, create a int SIMD vector and cast it to float one to detour to the SIMD vector with correct bits intact. Fixes emscripten-core/emscripten#2840, emscripten-core/emscripten#3560, emscripten-core/emscripten#3010 and emscripten-core/emscripten#3403.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building MathGeoLib for Emscripten with SSE1 support will hit a runtime error
where the line in question reads
To reproduce, follow the instructions to build the MathGeoLib SSE1 test suite at juj/MathGeoLib#36 and run it in Firefox Nightly.
The text was updated successfully, but these errors were encountered: