-
Notifications
You must be signed in to change notification settings - Fork 35
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
reduce(min, Vec)
doesn't respect IEEE 754
#129
Comments
Everything in this package pretty much directly calls into LLVM so this should be reported there imo. |
depends on what we want though -- https://llvm.org/docs/LangRef.html#llvm-implementation they do have one |
I think https://llvm.org/docs/LangRef.html#llvm-vector-reduce-fmaximum-intrinsic is the relevant intrinsics which only seems available on julia nightly (LLVM 18). |
The text was updated successfully, but these errors were encountered: