From 7923c44efe2343504b758ff0e6a2851ac240432e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 7 May 2024 17:41:16 -0700 Subject: [PATCH] Switched to __apple_build_version__ [skip ci] --- src/halfvec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/halfvec.h b/src/halfvec.h index a15f077..fd9470d 100644 --- a/src/halfvec.h +++ b/src/halfvec.h @@ -24,7 +24,7 @@ #endif /* Needed for cross-compiling / universal binaries on Mac */ -#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__APPLE_CC__)) +#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__apple_build_version__)) #define USE__GET_CPUID #endif