Skip to content

Commit bf66d01

Browse files
committed
Fixup: No space before \iref, use \libheader
1 parent 38d1808 commit bf66d01

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/numerics.tex

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18521,7 +18521,7 @@
1852118521
\pnum
1852218522
\remarks
1852318523
A function call expression that violates the precondition in the \expects
18524-
element is not a core constant expression \iref{expr.const}.
18524+
element is not a core constant expression\iref{expr.const}.
1852518525
\end{itemdescr}
1852618526

1852718527
\begin{itemdecl}
@@ -18531,7 +18531,7 @@
1853118531
\begin{itemdescr}
1853218532
\pnum
1853318533
\constraints
18534-
The type \tcode{V::value_type} is an unsigned integer type \iref{basic.fundamental}.
18534+
The type \tcode{V::value_type} is an unsigned integer type\iref{basic.fundamental}.
1853518535

1853618536
\pnum
1853718537
\returns
@@ -18548,7 +18548,7 @@
1854818548
\begin{itemdescr}
1854918549
\pnum
1855018550
\constraints
18551-
The type \tcode{V::value_type} is an unsigned integer type \iref{basic.fundamental}.
18551+
The type \tcode{V::value_type} is an unsigned integer type\iref{basic.fundamental}.
1855218552

1855318553
\pnum
1855418554
\returns
@@ -18569,7 +18569,7 @@
1856918569
\constraints
1857018570
\begin{itemize}
1857118571
\item
18572-
The type \tcode{V0::value_type} is an unsigned integer type \iref{basic.fundamental},
18572+
The type \tcode{V0::value_type} is an unsigned integer type\iref{basic.fundamental},
1857318573
\item
1857418574
the type \tcode{V1::value_type} models \tcode{integral},
1857518575
\item
@@ -18583,7 +18583,7 @@
1858318583
A \tcode{basic_simd} object where the $i^\text{th}$ element is initialized to
1858418584
the result of \tcode{\placeholder{bit-func}(v0[$i$],
1858518585
static_cast<int>(v1[$i$]))} for all $i$ in the range \range{0}{V0::size()},
18586-
where \placeholder{bit-func} is the corresponding scalar function from \tcode{<bit>}.
18586+
where \placeholder{bit-func} is the corresponding scalar function from \libheader{bit}.
1858718587
\end{itemdescr}
1858818588

1858918589
\begin{itemdecl}
@@ -18594,14 +18594,14 @@
1859418594
\begin{itemdescr}
1859518595
\pnum
1859618596
\constraints
18597-
The type \tcode{V::value_type} is an unsigned integer type \iref{basic.fundamental}
18597+
The type \tcode{V::value_type} is an unsigned integer type\iref{basic.fundamental}
1859818598

1859918599
\pnum
1860018600
\returns
1860118601
A \tcode{basic_simd} object where the $i^\text{th}$ element is initialized to
1860218602
the result of \tcode{\placeholder{bit-func}(v[$i$], s)} for all $i$ in the
1860318603
range \range{0}{V::size()}, where \placeholder{bit-func} is the corresponding
18604-
scalar function from \tcode{<bit>}.
18604+
scalar function from \libheader{bit}.
1860518605
\end{itemdescr}
1860618606

1860718607
\begin{itemdecl}
@@ -18628,14 +18628,14 @@
1862818628
\begin{itemdescr}
1862918629
\pnum
1863018630
\constraints
18631-
The type \tcode{V::value_type} is an unsigned integer type \iref{basic.fundamental}
18631+
The type \tcode{V::value_type} is an unsigned integer type\iref{basic.fundamental}
1863218632

1863318633
\pnum
1863418634
\returns
1863518635
A \tcode{basic_simd} object where the $i^\text{th}$ element is initialized to
1863618636
the result of \tcode{\placeholder{bit-func}(v[$i$])} for all $i$ in the range
1863718637
\range{0}{V::size()}, where \placeholder{bit-func} is the corresponding scalar
18638-
function from \tcode{<bit>}.
18638+
function from \libheader{bit}.
1863918639
\end{itemdescr}
1864018640

1864118641
\rSec2[simd.mask.class]{Class template \tcode{basic_simd_mask}}

0 commit comments

Comments
 (0)