File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ macros:
9292| ACfL | ATfL | Value | Description |
9393| ----------------------| ----------------------| -------------| ----------------------------------------------------------|
9494| ` __FLANG ` | ` __flang__ ` | ` 1 ` | Selection of compiler dependent source at compile time |
95- | ` __arch64 ` | N/A | ` 1 ` | Selection of architecture dependent source at compile time|
96- | ` __aarch64__ ` | N/A | ` 1 ` | Selection of architecture dependent source at compile time|
95+ | ` __arch64 ` | ` __arch64 ` | ` 1 ` | Selection of architecture dependent source at compile time|
96+ | ` __aarch64__ ` | ` __arch64__ ` | ` 1 ` | Selection of architecture dependent source at compile time|
9797| ` __ARM_ARCH ` | N/A | ` 8 ` | Selection of architecture dependent source at compile time|
9898| ` __ARM_ARCH__ ` | N/A | ` 8 ` | Selection of architecture dependent source at compile time|
9999| ` __armflang_major__ ` | ` __flang_major__ ` | ` 24 ` /` 21 ` | Underlying LLVM version details |
You can’t perform that action at this time.
0 commit comments