Don't bother calling ocml. This stops setting the
appropriate fast math flags, and requires this junk
for passing to a private pointer.
Details
Details
- Reviewers
b-sumner yaxunl JonChesterfield jdoerfert
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Are you sure these functions are equivalent? we do not have a comprehensive test for these functions regarding accuracy.
Comment Actions
These are ultimately simple bit extracts. The library implementation just calls these intrinsics. The only difference from the current library code and here is a check to handle infinities and nans, which the ISA manual suggests is unnecessary. I have another patch to eliminate the check there
Comment Actions
After D149716 this can switch to use the new builtin, and thus restores the ye olde southern islands workaround