-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
different results with evalpoly #28
Comments
It seems that the issue involves |
Do we just need to define |
Yes, assuming we do not care if an emulated fma is used where there is no hardware support for fma. I think that is fine when all args are Static; when one (e.g. the |
Here should be a quick test for a hardware supported fma (only run with v1.7RC3 on a system where fma is supported in hardware)
so we could use
|
This won't work in general, because the compiler has a lot of freedom in doing what it wants, meaning this will often return the wrong answer when actually placed in a module. Also, see |
That PR meanwhile
|
🖋️ This issue does not require
These intrinsics (those that are binary or trinary functions,
For
now |
The text was updated successfully, but these errors were encountered: