Skip to content

Commit d482010

Browse files
committed
[ATfL] Try to get rid of an extra line rendered in PDF
The extra line is added for some reason in PDF in case of all the items that span into more than one line.
1 parent 46d88c5 commit d482010

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

arm-software/linux/docs/GettingStarted.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,9 @@ generates a portable output suitable for any Armv8-A-based target.
334334

335335
### Note
336336

337-
* The optimizations that are performed due to setting the `-mcpu` option, are
338-
independent of the optimizations that are performed due to setting the
339-
`-O<level>` option.
337+
* The optimizations that are performed due to setting the `-mcpu` option, are independent of the optimizations that are performed due to setting the `-O<level>` option.
340338

341-
* If you run the compiler on one target, but plan to run the application you are
342-
compiling on a different target, do not use `-mcpu=native`. Instead, use
343-
`-mcpu=<target>` where `<target>` is the target processor that you run
344-
the application on.
339+
* If you run the compiler on one target, but plan to run the application you are compiling on a different target, do not use `-mcpu=native`. Instead, use `-mcpu=<target>` where `<target>` is the target processor that you run the application on.
345340

346341
## Standards support
347342

@@ -355,20 +350,17 @@ For details on OpenMP support in Arm Toolchain for Linux, see the
355350

356351
### When to use Arm Toolchain for Linux?
357352

358-
* To compile a code with the modern Fortran features (except
359-
coarrays/teams/collectives).
353+
* To compile a code with the modern Fortran features (except coarrays/teams/collectives).
360354

361355
* To compile Applications that are standards compliant.
362356

363357
* To compile large scale applications like CP2K.
364358

365-
* To compile applications requiring quadruple precision real/complex type
366-
support.
359+
* To compile applications requiring quadruple precision real/complex type support.
367360

368361
### When not to use Arm Toolchain for Linux?
369362

370-
* Performance is not guaranteed. For the users seeking highest performance,
371-
Arm Toolchain for Linux is not recommended.
363+
* Performance is not guaranteed. For the users seeking highest performance, Arm Toolchain for Linux is not recommended.
372364

373365
* OpenMP support is experimental.
374366

arm-software/linux/docs/UsingArmPL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ optimized standard core math libraries for high-performance computing
1111
applications on Arm processors. Through a C interface, the following types of
1212
routines are available:
1313

14-
* BLAS: Basic Linear Algebra Subprograms, including XBLAS, the extended
15-
precision BLAS
14+
* BLAS: Basic Linear Algebra Subprograms, including XBLAS, the extended precision BLAS
1615

1716
* LAPACK: A comprehensive package of higher level linear algebra routines
1817

19-
* FFT functions: A set of Fast Fourier Transform routines for real and complex
20-
data using the FFTW interface
18+
* FFT functions: A set of Fast Fourier Transform routines for real and complex data using the FFTW interface
2119

2220
* Sparse linear algebra
2321

0 commit comments

Comments
 (0)