Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

gcc has _Float<size> types

    typedef _Float32 f32;
    typedef _Float64 f64;
https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html


It's not just gcc, they are in the C23 standard along with the _Decimal<size> types.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: