Report cpu as ARMV8 instead of just giving up on non-Linux hosts
This commit is contained in:
parent
5feb087c05
commit
3210a42734
|
@ -197,6 +197,8 @@ int detect(void)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
return CPU_ARMV8;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return CPU_UNKNOWN;
|
return CPU_UNKNOWN;
|
||||||
|
|
Loading…
Reference in New Issue