We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d890e commit a3a3848Copy full SHA for a3a3848
libc/docs/dev/code_style.rst
@@ -43,13 +43,13 @@ We define two kinds of macros:
43
44
* ``architectures.h`` - Target architecture properties.
45
e.g., ``LIBC_TARGET_ARCH_IS_ARM``.
46
- * ``os.h`` - Target architecture properties.
+ * ``os.h`` - Target os properties.
47
e.g., ``LIBC_TARGET_OS_IS_LINUX``.
48
* ``cpu_features.h`` - Target cpu feature availability.
49
e.g., ``LIBC_TARGET_CPU_HAS_AVX2``.
50
* ``compiler.h`` - Host compiler properties.
51
e.g., ``LIBC_COMPILER_IS_CLANG``.
52
- * ``float.h`` - Float type compiler support.
+ * ``float.h`` - Floating point type properties and availability.
53
e.g., ``LIBC_COMPILER_HAS_FLOAT128``.
54
55
* ``src/__support/macros/config.h`` - Important compiler and platform
0 commit comments