You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
I have some Dragonegg-derived C code that used extensive GCC features and has some SSE instructions. Is there generally any way around the following without re-writing?
MXCSR contains flags which control SSE floating point operations, and it also contains exception flags which allow the program to check if certain exceptions occured. SSE is not implemented at all and floating point exceptions/rounding modes/… are also not implemented. There is no way around the error without re-writing your code. If the code relies on something like floating point exceptions, then it's impossible to run that on Sulong (at least for now).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have some Dragonegg-derived C code that used extensive GCC features and has some SSE instructions. Is there generally any way around the following without re-writing?
Caused by: org.graalvm.polyglot.PolyglotException: com.oracle.truffle.llvm.runtime.SulongRuntimeException: IllegalStateException Missing GCC builtin: @__builtin_ia32_ldmxcsr
The text was updated successfully, but these errors were encountered: