Skip to content

Commit 5e07af4

Browse files
Address comments from Pranav
1 parent 97343cd commit 5e07af4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flang/docs/OpenMPSupport.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ local:
1616

1717
This document outlines the OpenMP API features supported by Flang. It is intended as a general reference.
1818
For the most accurate information on unimplemented features, rely on the compiler’s TODO or “Not Yet Implemented”
19-
messages, which are considered authoritative. Flang provides full support for OpenMP 3.1 and partial support for
20-
OpenMP 4.0. The table below details the current support for OpenMP 4.0 features. Work is ongoing to add support
19+
messages, which are considered authoritative. With the exception of a few corner cases, Flang
20+
offers full support for OpenMP 3.1 ([See details here](#OpenMP 3.1, OpenMP 2.5, OpenMP 1.1)).
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
2123
for OpenMP 4.5 and newer versions; an official support statement for these will be shared in the future.
2224

2325
The feature support information is provided as a table with three columns that are self explanatory. The Status column uses

0 commit comments

Comments
 (0)