Skip to content

Commit fc1595e

Browse files
Remove redundant sentence
1 parent 3230516 commit fc1595e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/docs/OpenMPSupport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This document outlines the OpenMP API features supported by Flang. It is intende
1818
For the most accurate information on unimplemented features, rely on the compiler’s TODO or “Not Yet Implemented”
1919
messages, which are considered authoritative. With the exception of a few corner cases, Flang
2020
offers full support for OpenMP 3.1 ([See details here](#openmp-31-openmp-25-openmp-11)).
21-
Partial support for OpenMP 4.0 is also available and currently under active development. The table below outlines the current status of OpenMP 4.0 feature support.
22-
The table below details the current support for OpenMP 4.0 features. Work is ongoing to add support
23-
for OpenMP 4.5 and newer versions; an official support statement for these will be shared in the future.
21+
Partial support for OpenMP 4.0 is also available and currently under active development.
22+
The table below outlines the current status of OpenMP 4.0 feature support.
23+
Work is ongoing to add support for OpenMP 4.5 and newer versions; a support statement for these will be shared in the future.
2424

2525
The feature support information is provided as a table with three columns that are self explanatory. The Status column uses
2626
the letters **P**, **Y**, **N** for the implementation status:

0 commit comments

Comments
 (0)