Date: Tue, 25 Nov 2025 18:12:16 +0000
> https://isocpp.org/files/papers/D3935R0.html
In section 2.1.1 above, there is "we don't consider std::float32_t to be C23's _Float32"
Is this correct?
https://eel.is/c++draft/basic.extended.fp#7 recommends _Float32 as an additional name for float32_t
It's not the same as float, even if float is IEEE binary32.
Received on 2025-11-25 18:12:19
