File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
P3287_exploration_of_namespaces_for_simd Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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.}
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments