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

via libc-commits libc-commits at lists.llvm.org
Sun Jul 6 20:16:45 PDT 2025


================
@@ -15,6 +15,7 @@ set(
     "fixed_point"
     "cfloat16"
     "cfloat128"
+    "bfloat16"
----------------
overmighty wrote:

As Tue said, you can revert the changes to these 3 files for now.

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


More information about the libc-commits mailing list