<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Raymond Toy pushed to branch master
at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e50d75bc77d58824c817e2d6ca0af8ed80902233">e50d75bc</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-12T19:17:36-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Fix typo in value.

The deftransform for converting an (unsigned-byte 32) to a
double-float was using the wrong type of float constant. It should
have been a double instead of single.

This fix allows sparc to cross-compile itself now.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
src/compiler/sparc/float.lisp
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e50d75bc77d58824c817e2d6ca0af8ed80902233#diff-0">
<strong>
src/compiler/sparc/float.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/compiler/sparc/float.lisp
</span><span style="background: #ddffdd; color: #000000">+++ b/src/compiler/sparc/float.lisp
</span><span style="color: #aaaaaa">@@ -1061,7 +1061,7 @@
</span>   ;; constraint is that the pieces must be small enough to fit in the
   ;; desired float format without rounding.
   (frob %single-float %%single-float 12 1f0)
<span style="background: #ffdddd; color: #000000">-  (frob %double-float %%double-float 12 1f0))
</span><span style="background: #ddffdd; color: #000000">+  (frob %double-float %%double-float 12 1d0))
</span> 
 
 (macrolet ((frob (name translate inst to-sc to-type)
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/e50d75bc77d58824c817e2d6ca0af8ed80902233">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.common-lisp.net.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.common-lisp.net/cmucl/cmucl/commit/e50d75bc77d58824c817e2d6ca0af8ed80902233"}}</script>
</p>
</div>
</body>
</html>