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

2025-03-06 Thread David Marchand
On Tue, Mar 4, 2025 at 11:50 AM Bruce Richardson wrote: > > On Mon, Mar 03, 2025 at 12:47:54PM -0800, Andre Muezerie wrote: > > Updated meson.build to use common variable cc_avx512_flags for > > msvc and avoiding code duplication for other compilers. > > > > Signed-off-by: Andre Muezerie > > ---

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

2025-03-04 Thread Bruce Richardson
On Mon, Mar 03, 2025 at 12:47:54PM -0800, Andre Muezerie wrote: > Updated meson.build to use common variable cc_avx512_flags for > msvc and avoiding code duplication for other compilers. > > Signed-off-by: Andre Muezerie > --- Acked-by: Bruce Richardson

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

2025-03-03 Thread Andre Muezerie
Updated meson.build to use common variable cc_avx512_flags for msvc and avoiding code duplication for other compilers. Signed-off-by: Andre Muezerie --- lib/member/meson.build | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/member/meson.build b/lib/member/meson