https://issues.dlang.org/show_bug.cgi?id=21688

kinke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from kinke <[email protected]> ---
This is a consequence of CTFE not operating with float or doubles at all - all
floating-point values are `real_t` types at compile-time, which corresponds to
`real` for DMD, but not with LDC and GDC. So something like this can happen
with `real` as well, and CTFE calculations likely yield a different result than
runtime computations, not just for float and double.

--

Reply via email to