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 600fe56 commit bab708dCopy full SHA for bab708d
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;
@@ -17147,7 +17147,7 @@
17147
}
17148
\end{codeblock}
17149
17150
-\rSec2[simd.traits]{\tcode{vec} type traits}
+\rSec2[simd.traits]{Type traits}
17151
17152
\indexlibrarymember{alignment}{simd}
17153
\begin{itemdecl}
0 commit comments