www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18726] New: std.math.fma is not implemented

https://issues.dlang.org/show_bug.cgi?id=18726

          Issue ID: 18726
           Summary: std.math.fma is not implemented
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: jack jackstouffer.com

fma can be correctly implemented for doubles and floats on all platforms.

in core.math fmal is not correctly implemented for almost any platform. Mostly
it just casts the reals to doubles.

--
Apr 04 2018