mirror of
https://github.com/encounter/SDL.git
synced 2025-05-21 14:51:27 +00:00
N3DS: NEON is likely not supported.
This commit is contained in:
parent
af2bc2ed0e
commit
46a13ad97a
@ -469,7 +469,7 @@ CPU_haveNEON(void)
|
|||||||
#elif __VITA__
|
#elif __VITA__
|
||||||
return 1;
|
return 1;
|
||||||
#elif __3DS__
|
#elif __3DS__
|
||||||
return 1;
|
return 0;
|
||||||
#elif defined(__APPLE__) && defined(__ARM_ARCH) && (__ARM_ARCH >= 7)
|
#elif defined(__APPLE__) && defined(__ARM_ARCH) && (__ARM_ARCH >= 7)
|
||||||
/* (note that sysctlbyname("hw.optional.neon") doesn't work!) */
|
/* (note that sysctlbyname("hw.optional.neon") doesn't work!) */
|
||||||
return 1; /* all Apple ARMv7 chips and later have NEON. */
|
return 1; /* all Apple ARMv7 chips and later have NEON. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user