Thread overview
[Issue 20281] CustomFloat is limited to 64 bit
Oct 08, 2019
berni44
Oct 20, 2019
Dlang Bot
Oct 21, 2019
Dlang Bot
October 08, 2019
https://issues.dlang.org/show_bug.cgi?id=20281

--- Comment #1 from berni44 <bugzilla@d-ecke.de> ---
Meanwhile I found out, that CustomFloat!(64, 7) works. Probably because of a hack that treats 64 different.

--
October 20, 2019
https://issues.dlang.org/show_bug.cgi?id=20281

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 updated dlang/phobos pull request #7219 "Fix issues 20260, 20281, 20284 - Limitations of CustomFloat." fixing this issue:

- Fix issues 20260, 20281 - Limitations of CustomFloat.

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

--
October 21, 2019
https://issues.dlang.org/show_bug.cgi?id=20281

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7219 "Fix issues 20260, 20281, 20284 - Limitations of CustomFloat." was merged into master:

- adff945fee1c61dee2936ecb0238729a9b437d0a by Bernhard Seckinger:
  Fix issues 20260, 20281, 20284 - Limitations of CustomFloat.

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

--