Is there a way to documentally confirm that the whole C++ standard or g++ compiler with hardware satisfy exactly IEEE 754 2008?
Is there some one place in C++ standard or g++ where it is declerated that the compiler or standard satisfies IEEE-754 2008
I notice some references to IEEE-754 2008 standard in C++17 standard and a lot of them in C++20 standard. But does it mean that C++ standards satisfy IEEE-754 2008 only in some specific considerations declared in C++ standard(one or another).
Or maybe there is some way to confirm that the whole standard satisfy IEEE-754 2008
How can I confirm documentally, that the program I wrote will work with fp-numbers in the way IEEE-754 2008 states? And can I do so?
Comments
Post a Comment