Skip to content

Commit

Permalink
Align \expos comments in synopsis
Browse files Browse the repository at this point in the history
ChangeLog:

	* P1928/wording.tex:
  • Loading branch information
mattkretz committed Jul 12, 2024
1 parent cca4c33 commit f2032b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions P1928/wording.tex
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,22 @@
%\indexhdr{simd}
\begin{codeblock}
namespace std {
using @\simdsizetype@ = @\seebelow@; // \expos
using @\simdsizetype@ = @\seebelow@; // \expos
template <class T, class Abi> constexpr @\simdsizetype\ \simdsizev@ = @\seebelow@; // \expos

template <class T> constexpr size_t @\maskelementsize@ = @\seebelow@; // \expos
template <size_t Bytes> using @\integerfrom@ = @\seebelow@; // \expos
template <size_t Bytes> using @\integerfrom@ = @\seebelow@; // \expos

template <class T>
concept @\constexprwrapperlike@ = // \expos
concept @\constexprwrapperlike@ = // \expos
convertible_to<T, decltype(T::value)> &&
equality_comparable_with<T, decltype(T::value)> &&
bool_constant<T() == T::value>::value &&
bool_constant<static_cast<decltype(T::value)>(T()) == T::value>::value;

// \ref{simd.abi}, \tcode{simd} ABI tags
template<class T> using @\nativeabi@ = @\seebelow@; // \expos
template<class T, @\simdsizetype@ N> using @\deducet@ = @\seebelow@; // \expos
template<class T> using @\nativeabi@ = @\seebelow@; // \expos
template<class T, @\simdsizetype@ N> using @\deducet@ = @\seebelow@; // \expos

// \ref{simd.traits}, \tcode{simd} type traits
template<class T, class U = typename T::value_type> struct simd_alignment;
Expand Down

0 comments on commit f2032b1

Please sign in to comment.