We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e324bd commit 262a861Copy full SHA for 262a861
clang/docs/ReleaseNotes.rst
@@ -530,12 +530,7 @@ OpenMP Support
530
- Added support 'no_openmp_constructs' assumption clause.
531
- Added support for 'self_maps' in map and requirement clause.
532
- Added support for 'omp stripe' directive.
533
-- Fixed a crashing bug with ``omp unroll partial`` if the argument to
534
- ``partial`` was an invalid expression. (#GH139267)
535
-- Fixed a crashing bug with ``omp tile sizes`` if the argument to ``sizes`` was
536
- an invalid expression. (#GH139073)
537
-- Fixed a crashing bug with ``omp distribute dist_schedule`` if the argument to
538
- ``dist_schedule`` was not strictly positive. (#GH139266)
+- Added support for private variable reduction.
539
540
Improvements
541
^^^^^^^^^^^^
0 commit comments