<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p> </p>
<div class="moz-text-html" lang="x-unicode">
<p>Hi everyone,</p>
<p>I made some fixes to the compiler when it comes to SSE and AVX
instructions that deal with single (rather than packed) data,
since it got the memory sizes wrong and assumed they were
128-bit or 256-bit instead. Thanks to Marco for pointing out
that it was single data in issue #32219 - I completely
overlooked that.</p>
<p>Details and patches are here: <a class="moz-txt-link-freetext"
href="https://bugs.freepascal.org/view.php?id=35700">https://bugs.freepascal.org/view.php?id=35700</a></p>
<p>What it means is that the following will now compile without
any warnings or errors on i386 and x86_64:</p>
<pre class="bug-attachment-preview-text">ADDSD XMM0, QWORD PTR [EAX]
ADDSD XMM0, [EAX]
ADDSD XMM0, VarOfTypeDouble</pre>
<p>And with other instructions of a similar format.</p>
<p>Gareth aka. Kit<br>
</p>
</div>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br />
<table style="border-top: 1px solid #D3D4DE;">
<tr>
<td style="width: 55px; padding-top: 13px;"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;" /></a></td>
<td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avast.com</a>
</td>
</tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>