[Issue 16474] CTFE pow
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sat Aug  5 16:31:50 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16474
--- Comment #10 from uplink.coder at googlemail.com ---
(In reply to kinke from comment #9)
> 
> So how does newCTFE interact with CTFloat at the moment? This is an
> important piece for cross-compilers. And is there an estimate for when
> newCTFE will land?
It does currently not use CTFloat at all.
It only implements add, sub, mul and div and mod for floats/doubles.
As well as float <=> double <=> long/int casts.
--
    
    
More information about the Digitalmars-d-bugs
mailing list