Y
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
zokier
829 days ago
You can just use standard C _Float128 type
https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html
link
cogman10
829 days ago
Which language?
For C++, there's this:
https://en.cppreference.com/w/cpp/types/floating-point
link