[Issue 10448] min and max are not NaN aware
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Aug  2 13:07:24 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=10448
Илья Ярошенко <ilyayaroshenko at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilyayaroshenko at gmail.com
--- Comment #10 from Илья Ярошенко <ilyayaroshenko at gmail.com> ---
Default behavior should be that min/max be translated to the single assembler
instruction, which can be vectorized. Compiler may have intrinsics for min/max
and we should just use them. See also
https://llvm.org/bugs/show_bug.cgi?id=24314
--
    
    
More information about the Digitalmars-d-bugs
mailing list