According to the C++ ABI:

"Floating-point literals are encoded using a fixed-length lowercase
hexadecimal string corresponding to the internal representation (IEEE
on Itanium), high-order bytes first, without leading zeroes."

Can someone please clarify for me how floating-point literals can be
encoded as a "fixed-length" string but "without leading zeros"?  E.g.,
how should 0.0f be encoded?
_______________________________________________
cxx-abi-dev mailing list
[email protected]
http://sourcerytools.com/cgi-bin/mailman/listinfo/cxx-abi-dev

Reply via email to