Skip to content

Commit e359519

Browse files
committed
Set 4392 to P3
1 parent f48296c commit e359519

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

xml/issue4392.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<section><sref ref="[simd.loadstore]"/></section>
77
<submitter>Hewill Kang</submitter>
88
<date>29 Sep 2025</date>
9-
<priority>99</priority>
9+
<priority>3</priority>
1010

1111
<discussion>
1212
<p>
@@ -16,6 +16,15 @@ Currently, `simd::unchecked_load`/`partial_load`/`unchecked_store`/`partial_stor
1616
However, the construction is ill-formed when the difference type is an integer-class type; we should perform
1717
an explicit casting here.
1818
</p>
19+
20+
<note>2025-10-22; Reflector poll.</note>
21+
<p>
22+
Set priority to 3 after reflector poll.
23+
</p>
24+
<p>
25+
Question was raised if we should use <tt>size_t</tt> instead of
26+
<tt>iter_difference_t</tt> for consistency with <tt>span</tt>.
27+
</p>
1928
</discussion>
2029

2130
<resolution>

0 commit comments

Comments
 (0)