Re: [PATCH v2 5/5] acl: make compatible with instruction set updates for MSVC

2025-02-26 Thread Bruce Richardson
On Tue, Feb 25, 2025 at 05:06:56PM -0800, Andre Muezerie wrote: > Top level 'cc_avx2_flags' was created and holds the correct flags > depending on the compiler used. > > Signed-off-by: Andre Muezerie > --- Acked-by: Bruce Richardson This patch can probably be merged with the patch introducing t

[PATCH v2 5/5] acl: make compatible with instruction set updates for MSVC

2025-02-25 Thread Andre Muezerie
Top level 'cc_avx2_flags' was created and holds the correct flags depending on the compiler used. Signed-off-by: Andre Muezerie --- lib/acl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/acl/meson.build b/lib/acl/meson.build index fefe131a48..a28d70c23f 10064