Re: [PATCH v3 00/11] remove component-specific logic for AVX builds

2025-03-19 Thread David Marchand
On Tue, Mar 18, 2025 at 6:35 PM Bruce Richardson wrote: > > A number of libs and 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/ and lib/ meson.build

[PATCH v3 00/11] remove component-specific logic for AVX builds

2025-03-18 Thread Bruce Richardson
A number of libs and 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/ and lib/ meson.build files to avoid duplication. v3: add patch for event/dlb2 AVX512 ha