Skip to content

Commit 3a8db27

Browse files
committed
[clang][docs] Cleanup x86 release notes listing the constexpr intrinsics support - one entry per header
1 parent a5f3a2a commit 3a8db27

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -518,14 +518,13 @@ X86 Support
518518
* Supported MINMAX intrinsics of ``*_(mask(z)))_minmax(ne)_p[s|d|h|bh]`` and
519519
``*_(mask(z)))_minmax_s[s|d|h]``.
520520

521-
- The following bit manipulation intrinsics can now be used in constant expressions:
522-
all lzcnt intrinsics in lzcntintrin.h
523-
all bextr intrinsics in bmiintrin.h
524-
all tzcnt intrinsics in bmiintrin.h
525-
all bzhi intrinsics in bmi2intrin.h
526-
all pdep intrinsics in bmi2intrin.h
527-
all pext intrinsics in bmi2intrin.h
528-
all intrinsics in tbmintrin.h
521+
- All intrinsics in lzcntintrin.h can now be used in constant expressions.
522+
523+
- All bextr/tzcnt intrinsics in bmiintrin.h can now be used in constant expressions.
524+
525+
- All bzhi/pdep/pext intrinsics in bmi2intrin.h can now be used in constant expressions.
526+
527+
- All intrinsics in tbmintrin.h can now be used in constant expressions.
529528

530529
Arm and AArch64 Support
531530
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)