[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


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

Nit: extra blank line.

```suggestion
```

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


More information about the llvm-branch-commits mailing list