Fix Android Aarch32/Aarch64 code paths in neon-simd.cpp
parent
e8fc1b0422
commit
e8bf53cd9f
|
|
@ -170,8 +170,6 @@ bool CPU_ProbeNEON()
|
||||||
sigprocmask(SIG_SETMASK, (sigset_t*)&oldMask, NULLPTR);
|
sigprocmask(SIG_SETMASK, (sigset_t*)&oldMask, NULLPTR);
|
||||||
signal(SIGILL, oldHandler);
|
signal(SIGILL, oldHandler);
|
||||||
return result;
|
return result;
|
||||||
# else
|
|
||||||
return false;
|
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue