Re: compilation of static binaries for Linux & Windows

Albin Ahlbäck <[email protected]> Mon, 20 Jan 2025 22:49:56 +0100
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <[email protected]>
On 20/01/2025 22:23, Beckert wrote:
> Is there some processor optimizations in the source for special cpu instructions like e.g. AVX512? So it would make
> sense for me to compile on such a host and distribute it to such hosts.

I doubt that vectorization can be heavily utilized.  But you can always 
push `-march=native' and see if your compiler responds with vectorization.

Best,Albin