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

2025-03-03 Thread Andre Muezerie
On Mon, Mar 03, 2025 at 03:21:40PM +, Bruce Richardson wrote: > On Fri, Feb 28, 2025 at 11:01:01AM -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] member: use common top-level variable for easier maintenance

2025-03-03 Thread Bruce Richardson
On Fri, Feb 28, 2025 at 11:01:01AM -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 > --- > lib/member/meson.build | 11 --- > 1 file changed, 8 insert

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

2025-02-28 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 | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/member/meson.build b/lib/member/meso