Skip to content

Commit c59e959

Browse files
authored
Clarify support for OpenMP 3.1 and 4.0
1 parent de8e700 commit c59e959

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/docs/OpenMPSupport.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ 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. Currently, Flang offers full support for OpenMP 3.1; partial support for OpenMP 4.0 is also available and currently under active development.
20-
19+
messages, which are considered authoritative. Flang provides complete implementation of the OpenMP 3.1 specification and partial implementation of OpenMP 4.0, with continued development efforts aimed at extending full support for the latter.
2120
The table below outlines the current status of OpenMP 4.0 feature support.
2221
Work is ongoing to add support for OpenMP 4.5 and newer versions; a support statement for these will be shared in the future.
2322
The table entries are derived from the information provided in the Version Differences subsection of the Features History section in the OpenMP standard.

0 commit comments

Comments
 (0)