Skip to content

x86: Cleanup includes for MSVC C11

amyspark requested to merge amyspark/orc:fix-msvc-c11 into main

Hi,

Not much to describe for this MR -- I fixed an IntelliSense issue caused by the lack of #include <intrin.h> when __cpuid was used in MSVC. While at it, the unused includes were removed.

This also adds an extra fix so that Debian Sid can accept the changes (-Werror=maybe-uninitialized).

Edited by amyspark

Merge request reports