[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)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 9 12:50:43 PST 2024
================
@@ -3,7 +3,7 @@
# ------------------------------------------------------------------------------
# Initialize ALL_COMPILER_FEATURES as empty list.
-set(ALL_COMPILER_FEATURES "float128")
+set(ALL_COMPILER_FEATURES "float128" "fixed_point")
----------------
michaelrj-google wrote:
the comment implies this is supposed to be an empty list. Is the comment wrong or should these not be added at this point?
https://github.com/llvm/llvm-project/pull/81255
More information about the libc-commits
mailing list