Skip to content

Commit d50f559

Browse files
committed
Capitalize Abi as reported by Bryce
1 parent 7f4f7eb commit d50f559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data_parallel_types.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ <h1><ins>Comparisons</ins></h1>
27382738
<h1><ins>Reductions</ins></h1>
27392739

27402740
<cxx-function>
2741-
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool all_of(const simd_mask&lt;T, abi&gt;& k) noexcept;</ins></cxx-signature>
2741+
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool all_of(const simd_mask&lt;T, Abi&gt;& k) noexcept;</ins></cxx-signature>
27422742

27432743
<cxx-returns>
27442744
<ins>
@@ -2748,7 +2748,7 @@ <h1><ins>Reductions</ins></h1>
27482748
</cxx-function>
27492749

27502750
<cxx-function>
2751-
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool any_of(const simd_mask&lt;T, abi&gt;& k) noexcept;</ins></cxx-signature>
2751+
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool any_of(const simd_mask&lt;T, Abi&gt;& k) noexcept;</ins></cxx-signature>
27522752

27532753
<cxx-returns>
27542754
<ins>
@@ -2758,7 +2758,7 @@ <h1><ins>Reductions</ins></h1>
27582758
</cxx-function>
27592759

27602760
<cxx-function>
2761-
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool none_of(const simd_mask&lt;T, abi&gt;& k) noexcept;</ins></cxx-signature>
2761+
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool none_of(const simd_mask&lt;T, Abi&gt;& k) noexcept;</ins></cxx-signature>
27622762

27632763
<cxx-returns>
27642764
<ins>
@@ -2768,7 +2768,7 @@ <h1><ins>Reductions</ins></h1>
27682768
</cxx-function>
27692769

27702770
<cxx-function>
2771-
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool some_of(const simd_mask&lt;T, abi&gt;& k) noexcept;</ins></cxx-signature>
2771+
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool some_of(const simd_mask&lt;T, Abi&gt;& k) noexcept;</ins></cxx-signature>
27722772

27732773
<cxx-returns>
27742774
<ins>

0 commit comments

Comments
 (0)