Skip to content

Commit e766b5d

Browse files
committed
New issue from Matthias Kretz: "The use of integer-from<Bytes> all over [simd] is incorrect for Bytes=sizeof(complex<double>)"
1 parent 5c1787a commit e766b5d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

xml/issue4470.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2+
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3+
4+
<issue num="4470" status="New">
5+
<title>The use of <tt><i>integer-from</i>&lt;Bytes&gt;</tt> all over [simd] is incorrect for <tt>Bytes=sizeof(complex&lt;double&gt;)</tt></title>
6+
<section><sref ref="[simd]"/></section>
7+
<submitter>Matthias Kretz</submitter>
8+
<date>04 Nov 2025</date>
9+
<priority>99</priority>
10+
11+
<discussion>
12+
<p>
13+
After the introduction of <tt>complex&lt;double&gt;</tt> to the set of vectorizable types,
14+
the <tt><i>integer-from</i>&lt;Bytes&gt;</tt> trait does not work as intended anymore. All uses of
15+
<tt><i>integer-from</i></tt> need to be reviewed and the wording needs to be adjusted to work
16+
for <tt>Bytes=16</tt>.
17+
</p>
18+
</discussion>
19+
20+
<resolution>
21+
</resolution>
22+
23+
</issue>

0 commit comments

Comments
 (0)