[libc-commits] [llvm] [libc] [libc][NFC] Move float macro into its own header / add target os detection (PR #73311)
Clement Courbet via libc-commits
libc-commits at lists.llvm.org
Fri Nov 24 04:22:10 PST 2023
================
@@ -43,10 +43,14 @@ We define two kinds of macros:
* ``architectures.h`` - Target architecture properties.
e.g., ``LIBC_TARGET_ARCH_IS_ARM``.
+ * ``os.h`` - Target os properties.
----------------
legrosbuffle wrote:
You might want to sort these by name so that they are easier to find.
https://github.com/llvm/llvm-project/pull/73311
More information about the libc-commits
mailing list