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);
|
||||
signal(SIGILL, oldHandler);
|
||||
return result;
|
||||
# else
|
||||
return false;
|
||||
# endif
|
||||
#else
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue