[libc-commits] [libc] [libc][math][c++23] Add {ceil, floor, round, roundeven, trunc}bf16 math functions (PR #152352)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 7 09:59:02 PDT 2025
================
@@ -156,6 +156,21 @@ add_entrypoint_object(
libc.src.__support.FPUtil.nearest_integer_operations
)
+add_entrypoint_object(
+ ceilbf16
+ SRCS
+ ceilbf16.cpp
+ HDRS
+ ../ceilbf16.h
+ DEPENDS
+ libc.src.__support.common
+ libc.src.__support.FPUtil.bfloat16
+ libc.src.__support.FPUtil.nearest_integer_operations
----------------
overmighty wrote:
Missing `libc.src.__support.macros.properties.types` as dependency in these new entrypoints.
https://github.com/llvm/llvm-project/pull/152352
More information about the libc-commits
mailing list