Skip to content

Commit dd233b5

Browse files
authored
[simd.ctor] Fix typos (#7779)
1 parent e266f99 commit dd233b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -17453,19 +17453,19 @@
1745317453
\begin{itemize}
1745417454
\item
1745517455
If the template parameter pack \tcode{Flags} contains
17456-
\tcode{\exposid{aligned-flag}}, \tcode{ranges::data(range)} points to
17456+
\tcode{\exposid{aligned-flag}}, \tcode{ranges::data(r)} points to
1745717457
storage aligned by \tcode{alignment_v<basic_simd,
1745817458
ranges::range_value_t<R>>}.
1745917459
\item
1746017460
If the template parameter pack \tcode{Flags} contains
17461-
\tcode{\exposid{overaligned-flag}<N>}, \tcode{ranges::data(range)} points to
17461+
\tcode{\exposid{overaligned-flag}<N>}, \tcode{ranges::data(r)} points to
1746217462
storage aligned by \tcode{N}.
1746317463
\end{itemize}
1746417464

1746517465
\pnum
1746617466
\effects
1746717467
Initializes the $i^\text{th}$ element with \tcode{mask[$i$] ?
17468-
static_cast<T>(\brk{}ranges::\brk{}data(range)[$i$]) : T()} for all $i$ in the
17468+
static_cast<T>(\brk{}ranges::\brk{}data(r)[$i$]) : T()} for all $i$ in the
1746917469
range of \range{0}{size()}.
1747017470
\end{itemdescr}
1747117471

0 commit comments

Comments
 (0)