[PATCH] D72901: [OpenMP] [DOCS] Update OMP5.0 feature status table [NFC]

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 17 13:36:12 PST 2020


kkwli0 marked 2 inline comments as done.
kkwli0 added inline comments.


================
Comment at: clang/docs/OpenMPSupport.rst:242
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extensions              | prevent new type definitions in clauses                      | :none:`unclaimed`        |                                                                       |
+| memory model extension       | memory model update                                          | :none:`unclaimed`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
----------------
ABataev wrote:
> What kind of memory model update?
We add five _memory-order-clause_s in the atomic directive - `seq_cst`, `acq_rel`, `release`, `acquire` and `relaxed` to support the memory model.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72901/new/

https://reviews.llvm.org/D72901





More information about the cfe-commits mailing list