Hacker News new | ask | show | jobs
by enriquto 829 days ago
Do you know if there's language support for that? Are there obscure gcc options that make "long double" be quadruple precision floats?
2 comments

You can just use standard C _Float128 type https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html
Which language?

For C++, there's this: https://en.cppreference.com/w/cpp/types/floating-point