On 2 June 2014 16:45, Michael Meissner wrote: > I have not been following the language standards recently. For any of the > recent language standards, or the standards that are being worked on, will > there be requirements for an IEEE 128-bit binary floating point type?
The recent http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3626.pdf proposal wanted to define convenience typedefs iff the implementation provides IEEE floating point types, but I don't think it got much support. As Jason says, there is no requirement for C++ floating-point types to be IEEE, so those typedefs would not have been required anyway.