Re: [PATCH v2 0/4] remove driver-specific logic for AVX builds

2025-03-18 Thread Bruce Richardson
On Mon, Mar 17, 2025 at 10:50:24AM +0100, David Marchand wrote: > On Fri, Mar 14, 2025 at 6:44 PM Bruce Richardson > wrote: > > > > A number of drivers had special optimized AVX2 and AVX512 code paths > > for performance reasons, and these tended to have copy-pasted logic > > to build those files.

Re: [PATCH v2 0/4] remove driver-specific logic for AVX builds

2025-03-17 Thread David Marchand
On Fri, Mar 14, 2025 at 6:44 PM Bruce Richardson wrote: > > A number of drivers had special optimized AVX2 and AVX512 code paths > for performance reasons, and these tended to have copy-pasted logic > to build those files. Centralise that logic in the main > drivers/meson.build file to avoid dupli

[PATCH v2 0/4] remove driver-specific logic for AVX builds

2025-03-14 Thread Bruce Richardson
A number of drivers had special optimized AVX2 and AVX512 code paths for performance reasons, and these tended to have copy-pasted logic to build those files. Centralise that logic in the main drivers/meson.build file to avoid duplication. v2: add patch 4 to remove use of unnecessary CC_AVX2_SUPPO