[libc-commits] [libc] [libc][math] Add Generic Comparison Operations for floating point types (PR #144983)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 21 09:11:12 PDT 2025
================
@@ -209,6 +209,17 @@ add_header_library(
libc.src.__support.macros.properties.types
)
+add_header_library(
+ comparison_operations
+ HDRS
+ comparison_operations.h
----------------
overmighty wrote:
Nit: formatting.
```suggestion
HDRS
comparison_operations.h
```
https://github.com/llvm/llvm-project/pull/144983
More information about the libc-commits
mailing list