long double (GCC specific) and __float128
问题 I\'m looking for detailed information on long double and __float128 in GCC/x86 (more out of curiosity than because of an actual problem). Few people will probably ever need these (I\'ve just, for the first time ever, truly needed a double ), but I guess it is still worthwile (and interesting) to know what you have in your toolbox and what it\'s about. In that light, please excuse my somewhat open questions: Could someone explain the implementation rationale and intended usage of these types,