[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:59:03 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")
----------------
lntue wrote:
Thanks for noticing! I removed the comment above.
https://github.com/llvm/llvm-project/pull/81255
More information about the libc-commits
mailing list