[libc-commits] [libc] [libc][stdfix] Generate stdfix.h header with fixed point precision macros according to N1169 standard, and add fixed point type support detection. (PR #81255)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Fri Feb 9 08:44:33 PST 2024


================
@@ -898,6 +898,15 @@ def StdC : StandardSpec<"stdc"> {
       ]
   >;
 
+  HeaderSpec StdFix = HeaderSpec<
+      "stdfix.h",
+      [],  // macros
----------------
nickdesaulniers wrote:

Do all of the newly added macros from libc/include/llvm-libc-macros/stdfix-macros.h need to go in this list?

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


More information about the libc-commits mailing list