From fa2fbf76686f1f504022ee047b712190a66ce31b Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Wed, 26 Mar 2025 14:47:06 +0800 Subject: [PATCH] [simd.ctor] Fix typo --- source/numerics.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index fcce58b195..5f985bef81 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -17453,19 +17453,19 @@ \begin{itemize} \item If the template parameter pack \tcode{Flags} contains - \tcode{\exposid{aligned-flag}}, \tcode{ranges::data(range)} points to + \tcode{\exposid{aligned-flag}}, \tcode{ranges::data(r)} points to storage aligned by \tcode{alignment_v>}. \item If the template parameter pack \tcode{Flags} contains - \tcode{\exposid{overaligned-flag}}, \tcode{ranges::data(range)} points to + \tcode{\exposid{overaligned-flag}}, \tcode{ranges::data(r)} points to storage aligned by \tcode{N}. \end{itemize} \pnum \effects Initializes the $i^\text{th}$ element with \tcode{mask[$i$] ? -static_cast(\brk{}ranges::\brk{}data(range)[$i$]) : T()} for all $i$ in the +static_cast(\brk{}ranges::\brk{}data(r)[$i$]) : T()} for all $i$ in the range of \range{0}{size()}. \end{itemdescr}