On Wed, Aug 16, 2023 at 02:56:16PM -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 <roret...@linux.microsoft.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v5 0/4] enable use of the MSVC compiler Tyler Retzlaff
- [PATCH v5 2/4] build: determine execution environmen... Tyler Retzlaff
- [PATCH v5 3/4] build: limit what is built when using... Tyler Retzlaff
- [PATCH v5 4/4] build: enable MSVC specific compiler ... Tyler Retzlaff
- Re: [PATCH v5 4/4] build: enable MSVC specific c... Bruce Richardson
- [PATCH v5 1/4] build: unblock the use of the MSVC co... Tyler Retzlaff
- Re: [PATCH v5 0/4] enable use of the MSVC compiler David Marchand