@@ -1196,7 +1196,7 @@ <h1><ins>Element references</ins></h1>
1196
1196
</ cxx-section >
1197
1197
1198
1198
< cxx-section id ="parallel.simd.ctor ">
1199
- < h1 > < ins > < code > simd </ code > constructors </ ins > </ h1 >
1199
+ < h1 > < ins > Constructors </ ins > </ h1 >
1200
1200
1201
1201
< cxx-function >
1202
1202
< cxx-signature > < ins > template<class U> simd(U&&);</ ins > </ cxx-signature >
@@ -1337,7 +1337,7 @@ <h1><ins><code>simd</code> constructors</ins></h1>
1337
1337
</ cxx-section >
1338
1338
1339
1339
< cxx-section id ="parallel.simd.copy ">
1340
- < h1 > < ins > < code > simd </ code > copy functions</ ins > </ h1 >
1340
+ < h1 > < ins > Copy functions</ ins > </ h1 >
1341
1341
1342
1342
< cxx-function >
1343
1343
< cxx-signature > < ins > template<class U, class Flags> void copy_from(const U* mem, Flags);</ ins > </ cxx-signature >
@@ -1405,7 +1405,7 @@ <h1><ins><code>simd</code> copy functions</ins></h1>
1405
1405
</ cxx-section >
1406
1406
1407
1407
< cxx-section id ="parallel.simd.subscr ">
1408
- < h1 > < ins > < code > simd </ code > subscript operators</ ins > </ h1 >
1408
+ < h1 > < ins > Subscript operators</ ins > </ h1 >
1409
1409
1410
1410
< cxx-function >
1411
1411
< cxx-signature > < ins > reference operator[](size_t i);</ ins > </ cxx-signature >
@@ -1453,7 +1453,7 @@ <h1><ins><code>simd</code> subscript operators</ins></h1>
1453
1453
</ cxx-section >
1454
1454
1455
1455
< cxx-section id ="parallel.simd.unary ">
1456
- < h1 > < ins > < code > simd </ code > unary operators</ ins > </ h1 >
1456
+ < h1 > < ins > Unary operators</ ins > </ h1 >
1457
1457
1458
1458
< p >
1459
1459
< ins >
@@ -1622,10 +1622,10 @@ <h1><ins><code>simd</code> unary operators</ins></h1>
1622
1622
</ cxx-section >
1623
1623
1624
1624
< cxx-section id ="parallel.simd.nonmembers ">
1625
- < h1 > < ins > < code > simd </ code > non -member operations</ ins > </ h1 >
1625
+ < h1 > < ins > Non -member operations</ ins > </ h1 >
1626
1626
1627
1627
< cxx-section id ="parallel.simd.binary ">
1628
- < h1 > < ins > < code > simd </ code > binary operators</ ins > </ h1 >
1628
+ < h1 > < ins > Binary operators</ ins > </ h1 >
1629
1629
< cxx-function >
1630
1630
< cxx-signature > < ins >
1631
1631
friend simd operator+(const simd& lhs, const simd& rhs);
@@ -1686,7 +1686,7 @@ <h1><ins><code>simd</code> binary operators</ins></h1>
1686
1686
</ cxx-section >
1687
1687
1688
1688
< cxx-section id ="parallel.simd.cassign ">
1689
- < h1 > < ins > < code > simd </ code > compound assignment</ ins > </ h1 >
1689
+ < h1 > < ins > Compound assignment</ ins > </ h1 >
1690
1690
1691
1691
< cxx-function >
1692
1692
< cxx-signature > < ins >
@@ -1731,7 +1731,7 @@ <h1><ins><code>simd</code> compound assignment</ins></h1>
1731
1731
</ cxx-section >
1732
1732
1733
1733
< cxx-section id ="parallel.simd.comparison ">
1734
- < h1 > < ins > < code > simd </ code > compare operators</ ins > </ h1 >
1734
+ < h1 > < ins > Compare operators</ ins > </ h1 >
1735
1735
1736
1736
< cxx-function >
1737
1737
< cxx-signature > < ins >
@@ -1758,7 +1758,7 @@ <h1><ins><code>simd</code> compare operators</ins></h1>
1758
1758
</ cxx-section >
1759
1759
1760
1760
< cxx-section id ="parallel.simd.reductions ">
1761
- < h1 > < ins > < code > simd </ code > reductions </ ins > </ h1 >
1761
+ < h1 > < ins > Reductions </ ins > </ h1 >
1762
1762
1763
1763
< p >
1764
1764
< ins >
@@ -1973,7 +1973,7 @@ <h1><ins><code>simd</code> reductions</ins></h1>
1973
1973
</ cxx-section >
1974
1974
1975
1975
< cxx-section id ="parallel.simd.casts ">
1976
- < h1 > < ins > < code > simd </ code > casts </ ins > </ h1 >
1976
+ < h1 > < ins > Casts </ ins > </ h1 >
1977
1977
1978
1978
< cxx-function >
1979
1979
< cxx-signature > < ins > template<class T, class U, class Abi> < em > see below</ em > simd_cast(const simd<U, Abi>& x)</ ins > </ cxx-signature >
@@ -2249,7 +2249,7 @@ <h1><ins><code>simd</code> casts</ins></h1>
2249
2249
</ cxx-section >
2250
2250
2251
2251
< cxx-section id ="parallel.simd.alg ">
2252
- < h1 > < ins > < code > simd </ code > algorithms </ ins > </ h1 >
2252
+ < h1 > < ins > Algorithms </ ins > </ h1 >
2253
2253
2254
2254
< cxx-function >
2255
2255
< cxx-signature > < ins > template<class T, class Abi> simd<T, Abi> min(const simd<T, Abi>& a, const simd<T, Abi>& b) noexcept;</ ins > </ cxx-signature >
@@ -2320,7 +2320,7 @@ <h1><ins><code>simd</code> algorithms</ins></h1>
2320
2320
</ cxx-section >
2321
2321
2322
2322
< cxx-section id ="parallel.simd.math ">
2323
- < h1 > < ins > < code > simd </ code > math library</ ins > </ h1 >
2323
+ < h1 > < ins > Math library</ ins > </ h1 >
2324
2324
2325
2325
< p >
2326
2326
< ins >
@@ -2506,7 +2506,7 @@ <h1><ins>Class template <code>simd_mask</code> overview</ins></h1>
2506
2506
</ cxx-section >
2507
2507
2508
2508
< cxx-section id ="parallel.simd.mask.ctor ">
2509
- < h1 > < ins > < code > simd_mask </ code > constructors </ ins > </ h1 >
2509
+ < h1 > < ins > Constructors </ ins > </ h1 >
2510
2510
2511
2511
< cxx-function >
2512
2512
< cxx-signature > < ins > explicit simd_mask(value_type x) noexcept</ ins > </ cxx-signature >
@@ -2558,7 +2558,7 @@ <h1><ins><code>simd_mask</code> constructors</ins></h1>
2558
2558
</ cxx-section >
2559
2559
2560
2560
< cxx-section id ="parallel.simd.mask.copy ">
2561
- < h1 > < ins > < code > simd_mask </ code > copy functions</ ins > </ h1 >
2561
+ < h1 > < ins > Copy functions</ ins > </ h1 >
2562
2562
2563
2563
< cxx-function >
2564
2564
< cxx-signature > < ins > template<class Flags> void copy_from(const value_type* mem, Flags);</ ins > </ cxx-signature >
@@ -2607,7 +2607,7 @@ <h1><ins><code>simd_mask</code> copy functions</ins></h1>
2607
2607
</ cxx-section >
2608
2608
2609
2609
< cxx-section id ="parallel.simd.mask.subscr ">
2610
- < h1 > < ins > < code > simd_mask </ code > subscript operators</ ins > </ h1 >
2610
+ < h1 > < ins > Subscript operators</ ins > </ h1 >
2611
2611
2612
2612
< cxx-function >
2613
2613
< cxx-signature > < ins > reference operator[](size_t i);</ ins > </ cxx-signature >
@@ -2655,7 +2655,7 @@ <h1><ins><code>simd_mask</code> subscript operators</ins></h1>
2655
2655
</ cxx-section >
2656
2656
2657
2657
< cxx-section id ="parallel.simd.mask.unary ">
2658
- < h1 > < ins > < code > simd_mask </ code > unary operators</ ins > </ h1 >
2658
+ < h1 > < ins > Unary operators</ ins > </ h1 >
2659
2659
2660
2660
< cxx-function >
2661
2661
< cxx-signature > < ins > simd_mask operator!() const noexcept;</ ins > </ cxx-signature >
@@ -2670,10 +2670,10 @@ <h1><ins><code>simd_mask</code> unary operators</ins></h1>
2670
2670
</ cxx-section >
2671
2671
2672
2672
< cxx-section id ="parallel.simd.mask.nonmembers ">
2673
- < h1 > < ins > < code > simd_mask </ code > non -member operations</ ins > </ h1 >
2673
+ < h1 > < ins > Non -member operations</ ins > </ h1 >
2674
2674
2675
2675
< cxx-section id ="parallel.simd.mask.binary ">
2676
- < h1 > < ins > < code > simd_mask </ code > binary operators</ ins > </ h1 >
2676
+ < h1 > < ins > Binary operators</ ins > </ h1 >
2677
2677
2678
2678
< cxx-function >
2679
2679
< cxx-signature > < ins >
@@ -2694,7 +2694,7 @@ <h1><ins><code>simd_mask</code> binary operators</ins></h1>
2694
2694
</ cxx-sections>
2695
2695
2696
2696
< cxx-section id ="parallel.simd.mask.cassign ">
2697
- < h1 > < ins > < code > simd_mask </ code > compound assignment</ ins > </ h1 >
2697
+ < h1 > < ins > Compound assignment</ ins > </ h1 >
2698
2698
2699
2699
< cxx-function >
2700
2700
< cxx-signature > < ins >
@@ -2718,7 +2718,7 @@ <h1><ins><code>simd_mask</code> compound assignment</ins></h1>
2718
2718
</ cxx-section >
2719
2719
2720
2720
< cxx-section id ="parallel.simd.mask.comparison ">
2721
- < h1 > < ins > < code > simd_mask </ code > comparisons </ ins > </ h1 >
2721
+ < h1 > < ins > Comparisons </ ins > </ h1 >
2722
2722
2723
2723
< cxx-function >
2724
2724
< cxx-signature > < ins >
@@ -2735,7 +2735,7 @@ <h1><ins><code>simd_mask</code> comparisons</ins></h1>
2735
2735
</ cxx-section >
2736
2736
2737
2737
< cxx-section id ="parallel.simd.mask.reductions ">
2738
- < h1 > < ins > < code > simd_mask </ code > reductions </ ins > </ h1 >
2738
+ < h1 > < ins > Reductions </ ins > </ h1 >
2739
2739
2740
2740
< cxx-function >
2741
2741
< cxx-signature > < ins > template<class T, class Abi> bool all_of(const simd_mask<T, abi>& k) noexcept;</ ins > </ cxx-signature >
0 commit comments