bug-gnubg
[Top][All Lists]
Advanced

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

Re: current development


From: Philippe Michel
Subject: Re: current development
Date: Wed, 4 Dec 2019 22:28:03 +0100
User-agent: Mutt/1.12.2 (2019-09-21)

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]