Skip to content

Commit c6097f9

Browse files
committed
[ATfL] Reword parts causing glitches during PDF rendering
1 parent d482010 commit c6097f9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

arm-software/linux/docs/OpenMPSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This section describes the OpenMP API features supported by Flang.
1111
It is intended as a general reference. For the most accurate information on
1212
unimplemented features, see the compiler's TODO or `Not Yet Implemented`
1313
messages, which we consider authoritative. With the exception of a few cases,
14-
Flang offers full support for [OpenMP 2.5](#openmp-25-openmp-11), and partial support for [OpenMP 3.1](#openmp-31-openmp-30)
15-
and [OpenMP 4.0](#openmp-40). The tables below describes the current status of
14+
Flang offers full support for OpenMP 2.5, and partial support for OpenMP 3.1,
15+
and OpenMP 4.0 standards. The tables below describe the current status of
1616
OpenMP 4.0, 3.1, 3.0 feature support.
1717

1818
Work is ongoing to add support for OpenMP 4.5 and newer versions. A support

arm-software/linux/docs/PortingFromACfL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@ gfortran and gives their equivalent in the Arm Fortran compiler:
8484
|`-r8` |`-fdefault-real-8` |Sets the default `KIND` for `REAL` and `COMPLEX` declarations, constants, functions, and intrinsics|
8585
|`-i8` |`-fdefault-integer-8` |Set the default `KIND` for `INTEGER` and `LOGICAL` to 64bit (i.e., `KIND = 8`) |
8686

87-
* Pre-defined macros
88-
89-
`armflang` has the following compiler and machine specific predefined processor
90-
macros:
87+
The following table summarises the macros predefined in the
88+
`armflang` compiler:
9189

9290
|ACfL |ATfL |Value |Description |
9391
|----------------------|----------------------|-------------|----------------------------------------------------------|

0 commit comments

Comments
 (0)