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

2025-02-25 Thread Andre Muezerie
On Tue, Feb 25, 2025 at 05:21:10PM +, Bruce Richardson wrote: > On Tue, Feb 25, 2025 at 08:37:27AM -0800, Andre Muezerie wrote: > > On Tue, Feb 25, 2025 at 09:03:37AM +, Bruce Richardson wrote: > > > On Mon, Feb 24, 2025 at 01:01:18PM -0800, Andre Muezerie wrote: > > > > Top level 'cc_avx2_

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

2025-02-25 Thread Bruce Richardson
On Tue, Feb 25, 2025 at 08:37:27AM -0800, Andre Muezerie wrote: > On Tue, Feb 25, 2025 at 09:03:37AM +, Bruce Richardson wrote: > > On Mon, Feb 24, 2025 at 01:01:18PM -0800, Andre Muezerie wrote: > > > Top level 'cc_avx2_flags' was created and holds the correct flags > > > depending on the comp

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

2025-02-25 Thread Andre Muezerie
On Tue, Feb 25, 2025 at 09:03:37AM +, Bruce Richardson wrote: > On Mon, Feb 24, 2025 at 01:01:18PM -0800, Andre Muezerie wrote: > > Top level 'cc_avx2_flags' was created and holds the correct flags > > depending on the compiler used. > > > > File meson.build was updated to handle the correct A

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

2025-02-25 Thread Bruce Richardson
On Mon, Feb 24, 2025 at 01:01:18PM -0800, Andre Muezerie wrote: > Top level 'cc_avx2_flags' was created and holds the correct flags > depending on the compiler used. > > File meson.build was updated to handle the correct AVX512 flags > depending on compiler used. > > Signed-off-by: Andre Muezerie

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

2025-02-24 Thread Andre Muezerie
Top level 'cc_avx2_flags' was created and holds the correct flags depending on the compiler used. File meson.build was updated to handle the correct AVX512 flags depending on compiler used. Signed-off-by: Andre Muezerie --- lib/acl/meson.build | 16 +--- 1 file changed, 9 insertions