File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ We define two kinds of macros:
43
43
44
44
* ``architectures.h `` - Target architecture properties.
45
45
e.g., ``LIBC_TARGET_ARCH_IS_ARM ``.
46
- * ``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
46
* ``compiler.h `` - Host compiler properties.
51
47
e.g., ``LIBC_COMPILER_IS_CLANG ``.
48
+ * ``cpu_features.h `` - Target cpu feature availability.
49
+ e.g., ``LIBC_TARGET_CPU_HAS_AVX2 ``.
52
50
* ``float.h `` - Floating point type properties and availability.
53
51
e.g., ``LIBC_COMPILER_HAS_FLOAT128 ``.
52
+ * ``os.h `` - Target os properties.
53
+ e.g., ``LIBC_TARGET_OS_IS_LINUX ``.
54
54
55
55
* ``src/__support/macros/config.h `` - Important compiler and platform
56
56
features. Such macros can be used to produce portable code by
You can’t perform that action at this time.
0 commit comments