Skip to content

Commit 825d3ad

Browse files
authored
AppleClang does not define feature local_streaming
1 parent c3c857c commit 825d3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpuid_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ void get_cpuconfig(void)
772772
break;
773773
case CPU_VORTEXM4:
774774
printf("#define VORTEXM4 \n");
775-
#ifdef __ARM_FEATURE_LOCALLY_STREAMING
775+
#ifdef __clang__
776776
printf("#define HAVE_SME 1 \n");
777777
#endif
778778
#ifdef __APPLE__

0 commit comments

Comments
 (0)