We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
max
min
WebAssembly has f64.max and f64.min instructions, so Rose should have Binop::Max and Binop::Min.
f64.max
f64.min
Binop::Max
Binop::Min
The text was updated successfully, but these errors were encountered:
I'm not sure what exactly the derivatives should be when the values are equal, though.
Sorry, something went wrong.
No branches or pull requests
WebAssembly has
f64.max
andf64.min
instructions, so Rose should haveBinop::Max
andBinop::Min
.The text was updated successfully, but these errors were encountered: