[libc-commits] [libc] [libc][math][c23] Add f16div{, l, f128} C23 math functions (PR #97054)

via libc-commits libc-commits at lists.llvm.org
Sat Jun 29 15:45:12 PDT 2024


================
@@ -51,8 +51,21 @@ def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
       ]
   >;
 
+  HeaderSpec Math = HeaderSpec<
+      "math.h",
----------------
overmighty wrote:

The declarations here weren't sorted alphabetically (`Strings`, then `Assert`, then `Sched`), so I added `Math` at the end. The `Headers` list below was sorted alphabetically, so I kept it sorted.

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


More information about the libc-commits mailing list