|
|
|
|
|
by jcranmer
1968 days ago
|
|
In practice, all of the C compilers will (or can be made to) conform to IEEE 754, although #pragma STDC FENV_ACCESS ON support is very spotty (and consequently non-default rounding-mode support), although Clang/LLVM has been working on this for the past several months. (That reminds me, I need to harangue the llvm-libc folks to add that pragma to their fpenv code for correctness sake). |
|