[libc-commits] [libc] [libc][c++23][math] Add fabsbf16 math function (PR #148398)

via libc-commits libc-commits at lists.llvm.org
Mon Jul 21 09:18:03 PDT 2025


================
@@ -883,6 +883,12 @@ if(LIBC_TYPES_HAS_FLOAT128)
   )
 endif()
 
+
+list(APPEND TARGET_LIBM_ENTRYPOINTS
+# Bfloat16 Entrypoints
----------------
overmighty wrote:

Nit: formatting.

```suggestion
  # bfloat16 entrypoints
```

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


More information about the libc-commits mailing list