Skip to content

Commit f0be308

Browse files
committed
Set 4420 to P1
1 parent a18ddd2 commit f0be308

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

xml/issue4420.xml

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

1111
<discussion>
1212
<p>
@@ -31,6 +31,20 @@ works for every other vectorizable type, except for `float16_t`.
3131
This issue is related to LWG <iref ref="4393"/>. Maybe it would be useful to introduce an
3232
exposition-only concept that stores and scatters can then use.
3333
</p>
34+
35+
<note>2025-10-22; Reflector poll.</note>
36+
<p>
37+
Set priority to 1 after reflector poll.
38+
</p>
39+
<p>
40+
We also need to update <i>Effects</i>. There are more places in <sref ref="[simd]"/>
41+
where <tt>float</tt> to <tt>float16_t</tt> and similar conversion are not supported.
42+
</p>
43+
<p>
44+
It was pointed out that similar issues happen for <tt>complex&lt;float16_t&gt;</tt>.
45+
There seem to be mismatch between language initialization rules and they intended
46+
usage based on library API.
47+
</p>
3448
</discussion>
3549

3650
<resolution>

0 commit comments

Comments
 (0)