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 @@ -16,7 +16,7 @@ ATfL supports quadruple precision real and complex types. ACfL does not.
16
16
| Compiler | Version|
17
17
| ------------------------------| -------|
18
18
| Arm Compiler for Linux (ACfL) | 24.10 |
19
- | Arm Toolchain for Linux (ATfL)| 20.0 |
19
+ | Arm Toolchain for Linux (ATfL)| 21.1 |
20
20
21
21
## ArmPL integration
22
22
@@ -96,7 +96,7 @@ macros:
96
96
| ` __aarch64__ ` | N/A | ` 1 ` | Selection of architecture dependent source at compile time|
97
97
| ` __ARM_ARCH ` | N/A | ` 8 ` | Selection of architecture dependent source at compile time|
98
98
| ` __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 |
100
100
| ` __armflang_minor__ ` | ` __flang_minor__ ` | ` 10 ` /` 1 ` | Underlying LLVM version details |
101
101
| ` __armflang_version__ ` | ` __flang_patchlevel__ ` | ` 24.10.1 ` /` 0 ` | Underlying LLVM version details |
102
102
| ` __linux__ ` | ` __linux__ ` | ` 1 ` | Targeted Operating System |
You can’t perform that action at this time.
0 commit comments