[Issue 17008] use ldc/gdc intrinsics in std.math
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Dec 22 09:20:30 PST 2016
https://issues.dlang.org/show_bug.cgi?id=17008
kinke at gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kinke at gmx.net
--- Comment #1 from kinke at 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.
--
More information about the Digitalmars-d-bugs
mailing list