Skip to content

Commit 496ac8c

Browse files
committed
[ATfL] These AArch64 definitions are available since the release 21.x
1 parent 8d88a25 commit 496ac8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm-software/linux/docs/PortingFromACfL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)