Add a declaration for __cpuid for the IntelLLVM compiler.
__cpuid is declared in intrin.h, but is "excluded" on non-Windows platforms. We add this declaration to compensate. Fixes #1358
Showing
Please
register
or
sign in
to comment
__cpuid is declared in intrin.h, but is "excluded" on non-Windows platforms. We add this declaration to compensate. Fixes #1358