Re: [PATCH v4 4/4] build: enable MSVC specific compiler options

2023-08-15 Thread David Marchand
Hello Tyler, On Fri, Aug 11, 2023 at 8:24 PM Tyler Retzlaff wrote: > > * Enable optional use of C11 atomics support. > * Enable use of C23 typeof operator. > * Explicitly force intrinsics when building with MSVC. > * Disable MSVC C runtime checks. > > Signed-off-by: Tyler Retzlaff > --- > confi

RE: [PATCH v4 4/4] build: enable MSVC specific compiler options

2023-08-14 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Monday, 14 August 2023 18.47 > > On Mon, Aug 14, 2023 at 09:10:53AM -0700, Tyler Retzlaff wrote: > > On Mon, Aug 14, 2023 at 09:30:20AM +0100, Bruce Richardson wrote: > > > On Fri, Aug 11, 2023 at 11:24:47AM -0700, Tyler Retzlaff

Re: [PATCH v4 4/4] build: enable MSVC specific compiler options

2023-08-14 Thread Bruce Richardson
On Mon, Aug 14, 2023 at 09:10:53AM -0700, Tyler Retzlaff wrote: > On Mon, Aug 14, 2023 at 09:30:20AM +0100, Bruce Richardson wrote: > > On Fri, Aug 11, 2023 at 11:24:47AM -0700, Tyler Retzlaff wrote: > > > * Enable optional use of C11 atomics support. * Enable use of C23 > > > typeof operator. *

Re: [PATCH v4 4/4] build: enable MSVC specific compiler options

2023-08-14 Thread Tyler Retzlaff
On Mon, Aug 14, 2023 at 09:30:20AM +0100, Bruce Richardson wrote: > On Fri, Aug 11, 2023 at 11:24:47AM -0700, Tyler Retzlaff wrote: > > * Enable optional use of C11 atomics support. > > * Enable use of C23 typeof operator. > > * Explicitly force intrinsics when building with MSVC. > > * Disable MSV

Re: [PATCH v4 4/4] build: enable MSVC specific compiler options

2023-08-14 Thread Bruce Richardson
On Fri, Aug 11, 2023 at 11:24:47AM -0700, Tyler Retzlaff wrote: > * Enable optional use of C11 atomics support. > * Enable use of C23 typeof operator. > * Explicitly force intrinsics when building with MSVC. > * Disable MSVC C runtime checks. > > Signed-off-by: Tyler Retzlaff Acked-by: Bruce Ric

[PATCH v4 4/4] build: enable MSVC specific compiler options

2023-08-11 Thread Tyler Retzlaff
* Enable optional use of C11 atomics support. * Enable use of C23 typeof operator. * Explicitly force intrinsics when building with MSVC. * Disable MSVC C runtime checks. Signed-off-by: Tyler Retzlaff --- config/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/config/meson