You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arm-software/linux/docs/GettingStarted.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,14 +334,9 @@ generates a portable output suitable for any Armv8-A-based target.
334
334
335
335
### Note
336
336
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.
340
338
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.
345
340
346
341
## Standards support
347
342
@@ -355,20 +350,17 @@ For details on OpenMP support in Arm Toolchain for Linux, see the
355
350
356
351
### When to use Arm Toolchain for Linux?
357
352
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).
360
354
361
355
* To compile Applications that are standards compliant.
362
356
363
357
* To compile large scale applications like CP2K.
364
358
365
-
* To compile applications requiring quadruple precision real/complex type
366
-
support.
359
+
* To compile applications requiring quadruple precision real/complex type support.
367
360
368
361
### When not to use Arm Toolchain for Linux?
369
362
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.
0 commit comments