bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: current development


From: Joseph Heled
Subject: Re: current development
Date: Thu, 5 Dec 2019 10:31:44 +1300

Thanks. will recompile. Also the other non-sse options should go somewhere else, but I don't know where they should go in the debian build process.

On Thu, 5 Dec 2019 at 10:28, Philippe Michel <address@hidden> wrote:
On Wed, Dec 04, 2019 at 01:21:06PM +1300, Joseph Heled wrote:

> Is that the right way to specify both?
>
> ./configure --enable-simd=avx --enable-simd=sse2

It wasn't expected to specify both :-).

I just checked what it does: the second option overrides the first one,
so your example doesn't do what you hoped.

Just use --enable-simd=yes, it will use avx if your computer supports it
(plus some sse in places where there is no avx implementation), else
sse2.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]