We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e5b69 commit f063265Copy full SHA for f063265
source/numerics.tex
@@ -16505,7 +16505,7 @@
16505
\indexheader{simd}%
16506
\begin{codeblock}
16507
namespace std::simd {
16508
- // \ref{simd.traits}, \tcode{simd} type traits
+ // \ref{simd.traits}, type traits
16509
template<class T, class U = typename T::value_type> struct alignment;
16510
template<class T, class U = typename T::value_type>
16511
constexpr size_t @\libmember{alignment_v}{simd}@ = alignment<T, U>::value;
@@ -17161,7 +17161,7 @@
17161
}
17162
\end{codeblock}
17163
17164
-\rSec2[simd.traits]{\tcode{vec} type traits}
+\rSec2[simd.traits]{Type traits}
17165
17166
\indexlibrarymember{alignment}{simd}
17167
\begin{itemdecl}
0 commit comments