From 74315872e5104396feb90c1155adbc20bf6ee78c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 30 Apr 2023 17:57:02 -0400 Subject: Add windows support --- x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x86.h') diff --git a/x86.h b/x86.h index 9d7ec4f..91d481d 100644 --- a/x86.h +++ b/x86.h @@ -1,6 +1,6 @@ #ifndef WHATAMI_X86_H #define WHATAMI_X86_H -#if defined(__x86_64__) || defined(__i386__) +#if defined(__x86_64__) || defined(__i386__) || defined(__MACHINEX86_X64) #ifndef bit_HTT // Hyperthreading -- cgit