File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -518,14 +518,13 @@ X86 Support
518
518
* Supported MINMAX intrinsics of ``*_(mask(z)))_minmax(ne)_p[s|d|h|bh] `` and
519
519
``*_(mask(z)))_minmax_s[s|d|h] ``.
520
520
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.
529
528
530
529
Arm and AArch64 Support
531
530
^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments