mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-07 05:00:56 +08:00
Added separate define for __get_cpuid
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user