Skip to content

Commit

Permalink
Add strawpoll results for simd naming paper
Browse files Browse the repository at this point in the history
ChangeLog:

	* P3287_exploration_of_namespaces_for_simd/main.tex:
	* P3287_exploration_of_namespaces_for_simd/strawpolls.tex:
  • Loading branch information
mattkretz committed Jul 10, 2024
1 parent a2563ae commit 4527bdd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion P3287_exploration_of_namespaces_for_simd/main.tex
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.}
Expand Down
17 changes: 16 additions & 1 deletion P3287_exploration_of_namespaces_for_simd/strawpolls.tex
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 }

0 comments on commit 4527bdd

Please sign in to comment.