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

2025-03-03 Thread Andre Muezerie
On Mon, Mar 03, 2025 at 03:19:49PM +, Bruce Richardson wrote: > On Fri, Feb 28, 2025 at 10:45:56AM -0800, Andre Muezerie wrote: > > Updated meson.build to use common variable cc_avx512_flags. > > > > Signed-off-by: Andre Muezerie > > --- > > config/x86/meson.build | 2 +- > > lib/acl/meson.b

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

2025-03-03 Thread Bruce Richardson
On Fri, Feb 28, 2025 at 10:45:56AM -0800, Andre Muezerie wrote: > Updated meson.build to use common variable cc_avx512_flags. > > Signed-off-by: Andre Muezerie > --- > config/x86/meson.build | 2 +- > lib/acl/meson.build| 8 ++-- > 2 files changed, 3 insertions(+), 7 deletions(-) > One