lib/msun: use the same algorithm for sw fmaf(3) as for fma(3) This fixes rounding at the last bit for subnormals. lib/msun: add tests for fmaf(3) subnormals PR: 298260
(The author is set to 'kargl@')
Differential D59579
Fix fmaf(3) sw implementation for subnormals Authored by kib on Thu, Sep 10, 11:38 PM. Tags None Referenced Files
Subscribers
Details lib/msun: use the same algorithm for sw fmaf(3) as for fma(3) This fixes rounding at the last bit for subnormals. lib/msun: add tests for fmaf(3) subnormals PR: 298260 (The author is set to 'kargl@')
Diff Detail
Event TimelineComment Actions This is above my paygrade as far as numerical programming goes, but let's just hope it's fine. |