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

Nicholas Wilson <iamthewilsona...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsona...@hotmail.co
                   |                            |m

--- Comment #4 from Nicholas Wilson <iamthewilsona...@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

--

Reply via email to