From cafd2f6641340baa54eb827e44aca3d680a508bd Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 7 May 2024 17:53:35 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/halfvec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/halfvec.h b/src/halfvec.h index fd9470d..35f4dd3 100644 --- a/src/halfvec.h +++ b/src/halfvec.h @@ -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