Re: [PATCH 1/2] config: allow AVX512 instructions to be used with MSVC

2025-02-28 Thread Andre Muezerie
On Fri, Feb 28, 2025 at 02:30:54PM +, Bruce Richardson wrote: > On Thu, Feb 27, 2025 at 05:52:16PM -0800, Andre Muezerie wrote: > > Up to now MSVC has being used with the default mode, which uses SSE2 > > instructions for scalar floating-point and vector calculations. > > https://learn.microsof

Re: [PATCH 1/2] config: allow AVX512 instructions to be used with MSVC

2025-02-28 Thread Bruce Richardson
On Thu, Feb 27, 2025 at 05:52:16PM -0800, Andre Muezerie wrote: > Up to now MSVC has being used with the default mode, which uses SSE2 > instructions for scalar floating-point and vector calculations. > https://learn.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170 > > This patch all

[PATCH 1/2] config: allow AVX512 instructions to be used with MSVC

2025-02-27 Thread Andre Muezerie
Up to now MSVC has being used with the default mode, which uses SSE2 instructions for scalar floating-point and vector calculations. https://learn.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170 This patch allows users to specify the CPU for which the generated code should be optimi