Skip to content

Commit 4527bdd

Browse files
committed
Add strawpoll results for simd naming paper
ChangeLog: * P3287_exploration_of_namespaces_for_simd/main.tex: * P3287_exploration_of_namespaces_for_simd/strawpolls.tex:
1 parent a2563ae commit 4527bdd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

P3287_exploration_of_namespaces_for_simd/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\newcommand\wgTitle{Exploration of namespaces for std::simd}
22
\newcommand\wgName{Matthias Kretz <m.kretz@gsi.de>}
3-
\newcommand\wgDocumentNumber{P3287R0}
3+
\newcommand\wgDocumentNumber{D3287R1}
44
\newcommand\wgGroup{LEWG}
55
\newcommand\wgTarget{\CC{}26}
66
\newcommand\wgAcknowledgements{Daniel Towner and Ruslan Arutyunyan contributed to this paper via discussions / reviews.}
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
\section{Straw Polls}
2-
(placeholder)
2+
\subsection{LEWG --- St. Louis 2024}
3+
\wgPoll{We should introduce a \std\code{simd} namespace in P1928 (realizing
4+
that this would mean we potentially have a type whose fully-qualified name is
5+
\std\code{simd::simd} and would involve removing “simd” from
6+
\code{basic_simd_mask}) and remove the \code{simd_} prefix from utilities moved
7+
into that namespace which currently have that prefix.}
8+
{9&6&3&1&1}
9+
10+
\wgPoll{Operations on \std\code{simd::simd} should be available in the
11+
namespace \std\code{simd}.}
12+
{ 12 & 7 & 1 & 1 & 0 }
13+
14+
\wgPoll{Element-wise overloads of existing functions in \code{std} which
15+
operate on \std\code{simd::simd} should also be available in the namespace
16+
\code{std}.}
17+
{ 4 & 7 & 5 & 1 & 1 }

0 commit comments

Comments
 (0)