@@ -2738,7 +2738,7 @@ <h1><ins>Comparisons</ins></h1>
2738
2738
< h1 > < ins > Reductions</ ins > </ h1 >
2739
2739
2740
2740
< cxx-function >
2741
- < cxx-signature > < ins > template<class T, class Abi> bool all_of(const simd_mask<T, abi >& k) noexcept;</ ins > </ cxx-signature >
2741
+ < cxx-signature > < ins > template<class T, class Abi> bool all_of(const simd_mask<T, Abi >& k) noexcept;</ ins > </ cxx-signature >
2742
2742
2743
2743
< cxx-returns >
2744
2744
< ins >
@@ -2748,7 +2748,7 @@ <h1><ins>Reductions</ins></h1>
2748
2748
</ cxx-function >
2749
2749
2750
2750
< cxx-function >
2751
- < cxx-signature > < ins > template<class T, class Abi> bool any_of(const simd_mask<T, abi >& k) noexcept;</ ins > </ cxx-signature >
2751
+ < cxx-signature > < ins > template<class T, class Abi> bool any_of(const simd_mask<T, Abi >& k) noexcept;</ ins > </ cxx-signature >
2752
2752
2753
2753
< cxx-returns >
2754
2754
< ins >
@@ -2758,7 +2758,7 @@ <h1><ins>Reductions</ins></h1>
2758
2758
</ cxx-function >
2759
2759
2760
2760
< cxx-function >
2761
- < cxx-signature > < ins > template<class T, class Abi> bool none_of(const simd_mask<T, abi >& k) noexcept;</ ins > </ cxx-signature >
2761
+ < cxx-signature > < ins > template<class T, class Abi> bool none_of(const simd_mask<T, Abi >& k) noexcept;</ ins > </ cxx-signature >
2762
2762
2763
2763
< cxx-returns >
2764
2764
< ins >
@@ -2768,7 +2768,7 @@ <h1><ins>Reductions</ins></h1>
2768
2768
</ cxx-function >
2769
2769
2770
2770
< cxx-function >
2771
- < cxx-signature > < ins > template<class T, class Abi> bool some_of(const simd_mask<T, abi >& k) noexcept;</ ins > </ cxx-signature >
2771
+ < cxx-signature > < ins > template<class T, class Abi> bool some_of(const simd_mask<T, Abi >& k) noexcept;</ ins > </ cxx-signature >
2772
2772
2773
2773
< cxx-returns >
2774
2774
< ins >
0 commit comments