Skip to content

Commit 3210a42

Browse files
authored
Report cpu as ARMV8 instead of just giving up on non-Linux hosts
1 parent 5feb087 commit 3210a42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpuid_arm64.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ int detect(void)
197197

198198

199199
}
200+
#else
201+
return CPU_ARMV8;
200202
#endif
201203

202204
return CPU_UNKNOWN;

0 commit comments

Comments
 (0)