[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:01 PDT 2025


================
@@ -871,6 +923,19 @@ add_fp_unittest(
     libc.src.__support.FPUtil.fp_bits
 )
 
+add_fp_unittest(
+  roundbf16_test
----------------
overmighty wrote:

Nit: should be moved to line 768: https://github.com/llvm/llvm-project/blob/3a5e513a110c65fd2e1d812cc316fefcb46ce502/libc/test/src/math/smoke/CMakeLists.txt#L756-L770

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


More information about the libc-commits mailing list