On Thu, Jul 28, 2022 at 12:43:49AM -0400, Michael Meissner wrote: > These patches lay the foundation for a set of follow-on patches that will > change the internal handling of 128-bit floating point types in GCC. In the > future patches, I hope to change the compiler to always use KFmode for the > explicit _Float128/__float128 types, to always use TFmode for the long double > type, no matter which 128-bit floating point type is used, and IFmode for the > explicit __ibm128 type.
Making TFmode different from KFmode and IFmode is not an improvement. NAK. Segher