[Issue 15008] floor(float x) and floor(double x) have no FPU implementation

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

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 15008] floor(float x) and floor(double x) have no FPU implementation

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

Iain Buclaw  changed:

   What|Removed |Added

 CC||ibuc...@gdcproject.org

--- Comment #2 from Iain Buclaw  ---
Not fixing the issue (have an FPU implementation for D_InlineAsm targets), but
should make things better.


https://github.com/dlang/phobos/pull/5820

--


[Issue 15008] floor(float x) and floor(double x) have no FPU implementation

2015-09-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15008

--- Comment #1 from ponce  ---
Wrong link for the floor(float x) implementation:
https://github.com/D-Programming-Language/phobos/blob/master/std/math.d#L3937

--