Skip to content

Commit 0495e8e

Browse files
committed
Italicize "reductions" in synopsis as reported by Marshall
1 parent b39489a commit 0495e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_parallel_types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h1><ins>Header <code>&lt;experimental/simd&gt;</code> synopsis</ins></h1>
121121
template&lt;class T, class... Abis&gt;
122122
simd_mask&lt;T, simd_abi::deduce_t&lt;T, (simd_size_v&lt;T, Abis&gt; + ...)&gt;&gt; concat(const simd_mask&lt;T, Abis&gt;&...);
123123

124-
// <cxx-ref insynopsys="" to="parallel.simd.mask.reductions"></cxx-ref> reductions
124+
<cxx-ref insynopsis="" to="parallel.simd.mask.reductions"></cxx-ref>
125125
template&lt;class T, class Abi&gt; bool all_of(const simd_mask&lt;T, Abi&gt;&) noexcept;
126126
template&lt;class T, class Abi&gt; bool any_of(const simd_mask&lt;T, Abi&gt;&) noexcept;
127127
template&lt;class T, class Abi&gt; bool none_of(const simd_mask&lt;T, Abi&gt;&) noexcept;

0 commit comments

Comments
 (0)