[libc-commits] [libc] [libc][math][c++23] Add Fmabf16 math function (PR #182836)
Anton Shepelev via libc-commits
libc-commits at lists.llvm.org
Tue Feb 24 20:59:28 PST 2026
================
@@ -4393,6 +4393,20 @@ add_entrypoint_object(
libc.src.__support.macros.properties.types
)
+add_entrypoint_object(
+ fmabf16
----------------
amemov wrote:
Make sure these objects in cmake files are inserted in the same sorted order as in libc/config/linux/riscv/entrypoints.txt file:
```
fma
fmabf16
fmaf
...
```
https://github.com/llvm/llvm-project/pull/182836
More information about the libc-commits
mailing list