Albin Ahlbäck on Mon, 20 Jan 2025 22:49:59 +0100


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

Re: compilation of static binaries for Linux & Windows


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