Dump special floating point operators

ZY.Zhou rinick at goozo.net
Thu Dec 3 17:16:16 PST 2009


Andrei Alexandrescu Wrote:
> 
> a peephole optimization can detect isnan(a) || a < b and have it 
> translate into one instruction, same as a !>= b,

I think most people would use !(a>=b) rather than  isnan(a) || isnan(b) || a < b



More information about the Digitalmars-d mailing list