[llvm-branch-commits] [libc] [libc][math][c++23] Add {modf, remainder, remquo}bf16 math functions (PR #154652)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Aug 24 13:45:39 PDT 2025
================
@@ -300,6 +300,7 @@ add_math_entrypoint_object(fmodf)
add_math_entrypoint_object(fmodl)
add_math_entrypoint_object(fmodf16)
add_math_entrypoint_object(fmodf128)
+add_math_entrypoint_object(fmodbf16)
----------------
overmighty wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/154652
More information about the llvm-branch-commits
mailing list