-
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
llvm.minnum.f(32|64) and llvm.maxnum.f(32|64) intrinsics are unimplemented #5976
Comments
varkor
added a commit
to varkor/emscripten
that referenced
this issue
Dec 23, 2017
This fixes emscripten-core#5976. I’m using emscripten-core#4353 as a model.
varkor
added a commit
to varkor/emscripten-fastcomp
that referenced
this issue
Dec 23, 2017
The corresponding change to Emscripten is this PR: emscripten-core/emscripten#5978, and relates to this issue: emscripten-core/emscripten#5976. I’m using emscripten-core#143 as a model.
varkor
added a commit
to varkor/emscripten
that referenced
this issue
Dec 23, 2017
This fixes emscripten-core#5976. I’m using emscripten-core#4353 as a model.
varkor
added a commit
to varkor/emscripten
that referenced
this issue
Dec 28, 2017
This fixes emscripten-core#5976. I’m using emscripten-core#4353 as a model.
varkor
added a commit
to varkor/emscripten
that referenced
this issue
Dec 28, 2017
This fixes emscripten-core#5976. I’m using emscripten-core#4353 as a model.
varkor
added a commit
to varkor/emscripten-fastcomp
that referenced
this issue
Dec 28, 2017
The corresponding change to Emscripten is this PR: emscripten-core/emscripten#5978, and relates to this issue: emscripten-core/emscripten#5976. I’m using emscripten-core#143 as a model.
kripken
pushed a commit
that referenced
this issue
Jan 5, 2018
kripken
pushed a commit
to emscripten-core/emscripten-fastcomp
that referenced
this issue
Jan 5, 2018
The corresponding change to Emscripten is this PR: emscripten-core/emscripten#5978, and relates to this issue: emscripten-core/emscripten#5976.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The relevant intrinsics are documented here. This was recently noticed as part of this change to to the Rust floating-point min/max methods.
The text was updated successfully, but these errors were encountered: