Added separate define for __get_cpuid

This commit is contained in:
Andrew Kane
2024-05-07 16:55:21 -07:00
parent 9894ca3e4e
commit 9b269e2612
3 changed files with 7 additions and 7 deletions

View File

@@ -24,8 +24,8 @@
#endif
/* Needed for cross-compiling / universal binaries on Mac */
#if defined(USE_DISPATCH) && !defined(HAVE__GET_CPUID) && defined(__APPLE_CC__)
#define HAVE__GET_CPUID
#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__APPLE_CC__))
#define USE__GET_CPUID
#endif
#if defined(USE_DISPATCH)