[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


================
@@ -2280,6 +2280,21 @@ add_entrypoint_object(
     libc.src.__support.FPUtil.manipulation_functions
 )
 
+add_entrypoint_object(
+  modfbf16
+  SRCS
+    modfbf16.cpp
+  HDRS
+    ../modfbf16.h
+  DEPENDS
+    libc.src.__support.common
+    libc.src.__support.FPUtil.bfloat16
+    libc.src.__support.FPUtil.manipulation_functions
+    libc.src.__support.macros.config
+    libc.src.__support.macros.properties.types
+)
+
+
----------------
overmighty wrote:

Nit: extra blank line.

```suggestion
```

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


More information about the llvm-branch-commits mailing list