[msan][NFCI] Add tests for Arm NEON saturating extract narrow (#125331)
[llvm-project.git] / openmp / docs / ReleaseNotes.rst
blob6c1a46caf1d8124ceb1427f9e4332ed9bba8e5f2
1 ===========================
2 OpenMP 21.0.0 Release Notes
3 ===========================
6 .. warning::
7    These are in-progress notes for the upcoming LLVM 19.0.0 release.
8    Release notes for previous releases can be found on
9    `the Download Page <https://releases.llvm.org/download.html>`_.
12 Introduction
13 ============
15 This document contains the release notes for the OpenMP runtime, release 19.0.0.
16 Here we describe the status of OpenMP, including major improvements
17 from the previous release. All OpenMP releases may be downloaded
18 from the `LLVM releases web site <https://llvm.org/releases/>`_.
20 Non-comprehensive list of changes in this release
21 =================================================
23 Device Runtime
24 --------------
25 - Changed the OpenMP DeviceRTL to use 'generic' IR. The
26   ``LIBOMPTARGET_DEVICE_ARCHITECTURES`` CMake argument is now unused and will
27   always build support for AMDGPU and NVPTX targets.
28 - Updated the offloading entry format but retained backwards compatibility with
29   the old format.