-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add strawpoll results for simd naming paper
ChangeLog: * P3287_exploration_of_namespaces_for_simd/main.tex: * P3287_exploration_of_namespaces_for_simd/strawpolls.tex:
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
\newcommand\wgTitle{Exploration of namespaces for std::simd} | ||
\newcommand\wgName{Matthias Kretz <[email protected]>} | ||
\newcommand\wgDocumentNumber{P3287R0} | ||
\newcommand\wgDocumentNumber{D3287R1} | ||
\newcommand\wgGroup{LEWG} | ||
\newcommand\wgTarget{\CC{}26} | ||
\newcommand\wgAcknowledgements{Daniel Towner and Ruslan Arutyunyan contributed to this paper via discussions / reviews.} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
\section{Straw Polls} | ||
(placeholder) | ||
\subsection{LEWG --- St. Louis 2024} | ||
\wgPoll{We should introduce a \std\code{simd} namespace in P1928 (realizing | ||
that this would mean we potentially have a type whose fully-qualified name is | ||
\std\code{simd::simd} and would involve removing “simd” from | ||
\code{basic_simd_mask}) and remove the \code{simd_} prefix from utilities moved | ||
into that namespace which currently have that prefix.} | ||
{9&6&3&1&1} | ||
|
||
\wgPoll{Operations on \std\code{simd::simd} should be available in the | ||
namespace \std\code{simd}.} | ||
{ 12 & 7 & 1 & 1 & 0 } | ||
|
||
\wgPoll{Element-wise overloads of existing functions in \code{std} which | ||
operate on \std\code{simd::simd} should also be available in the namespace | ||
\code{std}.} | ||
{ 4 & 7 & 5 & 1 & 1 } |