[flang-commits] [flang] [flang][OpenMP] Add implicit casts for omp.atomic.capture (PR #138163)
via flang-commits
flang-commits at lists.llvm.org
Thu May 8 23:48:49 PDT 2025
================
@@ -16,9 +16,7 @@ local:
This document outlines the OpenMP API features supported by Flang. It is intended as a general reference.
For the most accurate information on unimplemented features, rely on the compiler’s TODO or “Not Yet Implemented”
-messages, which are considered authoritative. With the exception of a few corner cases, Flang
-offers full support for OpenMP 3.1 ([See details here](#openmp-31-openmp-25-openmp-11)).
-Partial support for OpenMP 4.0 is also available and currently under active development.
+messages, which are considered authoritative. Partial support for OpenMP 4.0 is also available and currently under active development.
----------------
NimishMishra wrote:
I realized I redacted the OpenMP 3.1 line too. I have added the following statement now:
`Currently, Flang offers full support for OpenMP 3.1; partial support for OpenMP 4.0 is also available and currently under active development.`
Is this okay?
https://github.com/llvm/llvm-project/pull/138163
More information about the flang-commits
mailing list