[cfe-commits] RFC: Half floating point support
Anton Korobeynikov
anton at korobeynikov.info
Thu Oct 6 07:54:50 PDT 2011
Hello Jonathan,
> When in an arithmetic context, automatic promotion to some implementation-defined floating-point type
> that has at least binary16's accuracy, I would propose. Just like integer calculations are always performed
> on at least int (I sure hope I remember this correctly ;-).
Not always btw - as John already mentioned condition for ? is not
promoted from char to _Bool via int in C++ mode. Though, this does not
matter :)
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the cfe-commits
mailing list