[libc-commits] [libc] [libc][math][c++23] Add bfloat16 support in LLVM libc (PR #144463)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 9 08:39:44 PDT 2025


overmighty wrote:

If you just change the tests to use the `BFloat16` struct directly instead of the `using bfloat16 = ...` as we discussed during the meeting then I think this is ready to merge. I guess you can add a `using BFloat16 = LIBC_NAMESPACE::fputil::BFloat16;` in the tests to make it easier to read and write.

https://github.com/llvm/llvm-project/pull/144463


More information about the libc-commits mailing list