[Issue 18630] std.math must CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 10 07:56:08 UTC 2019


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

Nicholas Wilson <iamthewilsonator at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator at hotmail.co
                   |                            |m

--- Comment #4 from Nicholas Wilson <iamthewilsonator at hotmail.com> ---
asin now works at compile time.

The rest still fail for the following reasons.

nextPow2  -- reinterpret
truncPow2 -- reinterpret
atan2     -- reinterpret
expi      -- asm
lround    -- no avail source
lrint     -- ditto
rndtol    -- ditto
uantize   -- ditto
frexp     -- reinterpret
ilogb     -- y.vu[3] is used before initialised
scalbn    -- asm

--


More information about the Digitalmars-d-bugs mailing list