Re: freeze for sbcl-2.6.0

Stas Boukarev <[email protected]>
Newsgroups gmane.lisp.steel-bank.devel
Message-ID <CAF63=12Nbq2q+rL3___6qwUHcHd4oj8AEYB410SHK4rQ0+6AFQ@mail.gmail.com>
I'm not sure anymore about the (expt x constant) transforms to floats.
They produce different values from pow(). GCC and clang only convert
pow(d, 2) to d*d. Unless -ffast-math. The same goes for converting to
sqrt.
So I think all these should be hidden behind float-accuracy = 0.
But I made a change for the out of line expt to call sqrt for 1/2,
which is both faster and consistent with the inline version.
Maybe it should be reverted so that things don't swing back and forth
across multiple releases?

On Sat, Dec 20, 2025 at 1:54 PM Christophe Rhodes via Sbcl-devel
<[email protected]> wrote:
>
> Hi all,
>
> Please let's pause development at this point; if there is any capacity
> for testing in between seasonal activities, great, and reports of
> problems and fixes for regressions are very welcome.  I will aim to
> release next weekend unless there are outstanding concerns by then.
>
> Thanks,
>
> Christophe
>
>
> _______________________________________________
> Sbcl-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sbcl-devel


_______________________________________________
Sbcl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.