Skip to content

Commit c0de98f

Browse files
committed
[ATfL] Bump versions in our documentation to 21.x
1 parent 12a5f00 commit c0de98f

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
@@ -16,7 +16,7 @@ ATfL supports quadruple precision real and complex types. ACfL does not.
1616
|Compiler |Version|
1717
|------------------------------|-------|
1818
|Arm Compiler for Linux (ACfL) |24.10 |
19-
|Arm Toolchain for Linux (ATfL)|20.0 |
19+
|Arm Toolchain for Linux (ATfL)|21.1 |
2020

2121
## ArmPL integration
2222

@@ -96,7 +96,7 @@ macros:
9696
|`__aarch64__` |N/A |`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|
99-
|`__armflang_major__` |`__flang_major__` |`24`/`20` |Underlying LLVM version details |
99+
|`__armflang_major__` |`__flang_major__` |`24`/`21` |Underlying LLVM version details |
100100
|`__armflang_minor__` |`__flang_minor__` |`10`/`1` |Underlying LLVM version details |
101101
|`__armflang_version__`|`__flang_patchlevel__`|`24.10.1`/`0`|Underlying LLVM version details |
102102
|`__linux__` |`__linux__` |`1` |Targeted Operating System |

0 commit comments

Comments
 (0)