https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109924
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I certainly don't see that stated there anywhere. Furthermore, _Float16 and __bf16 are nothing but normal FP types, there is to this date no C library support for those formats, and at least for the latter the only hw support which appears are better or worse instructions to convert those to float and back. So, bfloat16_t support is really done using float math library functions and builtins, and as I said the only builtins which were added were the really required one to be able to constexpr evaluate what C++23 mandates.