[cfe-commits] RFC: Half floating point support

Anton Korobeynikov anton at korobeynikov.info
Wed Oct 5 01:01:08 PDT 2011


Hi Eli,

> If you follow John's advice and do the promotion in
> UsualUnaryConversions, it should pick up this case without extra code.
No, it won't pick. UsualUnaryConversions are not called for x++, etc.
Otherwise it will already pick the stuff, since UsualUnaryConversions
does lvalue-to-rvalue conversion as the first step.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list