[flang-commits] [flang] [Flang][OpenMP] Add OpenMP standards support doc (PR #132707)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Fri Mar 28 04:29:15 PDT 2025
================
@@ -0,0 +1,62 @@
+<!--===- docs/FortranStandardsSupport.md
+
+ Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+ See https://llvm.org/LICENSE.txt for license information.
+ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+
+# Flang OpenMP Standards Support
+
+```{contents}
+---
+local:
+---
+```
+
+This document summarizes OpenMP standards support in Flang. The information is only provided as a guideline. The
----------------
mjklemm wrote:
```suggestion
This document summarizes the supported features of the OpenMP API in Flang. The information is only provided as a guideline. The
```
(OpenMP is not a standard in the true sense, like with the ISO standards.)
https://github.com/llvm/llvm-project/pull/132707
More information about the flang-commits
mailing list