Thread overview
[Issue 17008] use ldc/gdc intrinsics in std.math
Dec 22, 2016
kinke@gmx.net
Dec 31, 2016
Iain Buclaw
Dec 12, 2017
Iain Buclaw
December 22, 2016
https://issues.dlang.org/show_bug.cgi?id=17008

kinke@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke@gmx.net

--- Comment #1 from kinke@gmx.net ---
LDC's Phobos has a modified std.math, where we use the LLVM intrinsics, e.g., https://github.com/ldc-developers/phobos/blob/ldc/std/math.d#L657. I don't see a point in upstreaming these backend-specific mods.

--
December 31, 2016
https://issues.dlang.org/show_bug.cgi?id=17008

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Use core.math to access intrinsics or core.stdc.math to access builtins C functions.

--
December 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17008

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
As per my comments (and kinke representing ldc).

--