[libc-commits] [libc] [libc][math][c++23] Add fabsbf16 math function (PR #148398)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 23 07:52:17 PDT 2025
================
@@ -883,6 +883,12 @@ if(LIBC_TYPES_HAS_FLOAT128)
)
endif()
+
+list(APPEND TARGET_LIBM_ENTRYPOINTS
+ # bfloat16 entrypoints
+ libc.src.math.fabsbf16
----------------
overmighty wrote:
Nit: indentation. I didn't notice there were 4 spaces here when I made my previous comment. Same for the other files.
```suggestion
libc.src.math.fabsbf16
```
https://github.com/llvm/llvm-project/pull/148398
More information about the libc-commits
mailing list