Re: [PATCH v2] acl: use common top-level variable for easier maintenance

2025-03-06 Thread David Marchand
On Mon, Mar 3, 2025 at 9:25 PM Andre Muezerie wrote: > > Updated meson.build to use common variables cc_has_avx512 and > cc_avx512_flags. > > Signed-off-by: Andre Muezerie > Acked-by: Bruce Richardson Applied, thanks. -- David Marchand

[PATCH v2] acl: use common top-level variable for easier maintenance

2025-03-03 Thread Andre Muezerie
Updated meson.build to use common variables cc_has_avx512 and cc_avx512_flags. Signed-off-by: Andre Muezerie Acked-by: Bruce Richardson --- config/x86/meson.build | 2 +- lib/acl/meson.build| 8 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config/x86/meson.build b