Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-05-07 17:53:35 -07:00
parent 7923c44efe
commit cafd2f6641

View File

@@ -23,7 +23,7 @@
#define USE_TARGET_CLONES
#endif
/* Needed for cross-compiling / universal binaries on Mac */
/* Apple clang check needed for cross-compiling / universal binaries on Mac */
#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__apple_build_version__))
#define USE__GET_CPUID
#endif