Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arm-software/linux/docs/PortingFromACfL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ATfL supports quadruple precision real and complex types. ACfL does not.
|Compiler |Version|
|------------------------------|-------|
|Arm Compiler for Linux (ACfL) |24.10 |
|Arm Toolchain for Linux (ATfL)|23.0.0 |
|Arm Toolchain for Linux (ATfL)|24.0.0 |

## ArmPL integration

Expand Down Expand Up @@ -96,7 +96,7 @@ The following table summarises the macros predefined in the
|`__aarch64__` |`__arch64__` |`1` |Selection of architecture dependent source at compile time|
|`__ARM_ARCH` |N/A |`8` |Selection of architecture dependent source at compile time|
|`__ARM_ARCH__` |N/A |`8` |Selection of architecture dependent source at compile time|
|`__armflang_major__` |`__flang_major__` |`24`/`23` |Underlying LLVM version details |
|`__armflang_major__` |`__flang_major__` |`24`/`24` |Underlying LLVM version details |
|`__armflang_minor__` |`__flang_minor__` |`10`/`0` |Underlying LLVM version details |
|`__armflang_version__`|`__flang_patchlevel__`|`24.10.1`/`0`|Underlying LLVM version details |
|`__linux__` |`__linux__` |`1` |Targeted Operating System |
Expand Down