Skip to content

Commit

Permalink
Make intrinsics conversion recommended practice.
Browse files Browse the repository at this point in the history
ChangeLog:

	* P1928/changelog.tex:
	* P1928/wording.tex:
  • Loading branch information
mattkretz committed Jun 28, 2024
1 parent 26fd814 commit 64569ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions P1928/changelog.tex
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ \section{Changelog}
\item Say “\textit{op}” instead of “the indicated operator”
\item Fix constraints on shift operators with \simdsizetype{} on the right operand.
\item Remove wording removed by P3275 (non-const \code{operator[]}).
\item Make intrinsics conversion recommended practice.

%\todo Reorder \code{simd} and \code{simd_mask} specification in the wording (mask first).
\end{revision}
4 changes: 2 additions & 2 deletions P1928/wording.tex
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@
If \tcode{basic_simd<T, Abi>} is supported, \tcode{basic_simd<T, Abi>} is
trivially copyable.

\pnum
Implementations are encouraged to enable explicit conversion from and to
\pnum\recommended:
Implementations should enable explicit conversion from and to
implementation-defined types. This adds one or more of the following
declarations to class \tcode{basic_simd}:

Expand Down

0 comments on commit 64569ed

Please sign in to comment.