Browse Source

Report cpu as ARMV8 instead of just giving up on non-Linux hosts

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
3210a42734
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cpuid_arm64.c

+ 2
- 0
cpuid_arm64.c View File

@@ -197,6 +197,8 @@ int detect(void)


}
#else
return CPU_ARMV8;
#endif

return CPU_UNKNOWN;


Loading…
Cancel
Save