[Issue 17008] use ldc/gdc intrinsics in std.math

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17008

ki...@gmx.net changed:

   What|Removed |Added

 CC||ki...@gmx.net

--- Comment #1 from ki...@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.

--


[Issue 17008] use ldc/gdc intrinsics in std.math

2016-12-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17008

Iain Buclaw  changed:

   What|Removed |Added

 CC||ibuc...@gdcproject.org

--- Comment #2 from Iain Buclaw  ---
Use core.math to access intrinsics or core.stdc.math to access builtins C
functions.

--


[Issue 17008] use ldc/gdc intrinsics in std.math

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17008

Iain Buclaw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Iain Buclaw  ---
As per my comments (and kinke representing ldc).

--