[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


================
@@ -13,6 +13,8 @@
 #include "src/__support/macros/config.h"
 #include "src/__support/macros/properties/types.h"
 
+#include "src/__support/FPUtil/bfloat16.h"
----------------
overmighty wrote:

Nit:

```cpp
#include "src/__support/CPP/string_view.h"
#include "src/__support/FPUtil/bfloat16.h"
#include "src/__support/FPUtil/cast.h"
#include "src/__support/macros/config.h"
#include "src/__support/macros/properties/types.h"
```

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


More information about the libc-commits mailing list