Fix Android Aarch32/Aarch64 code paths in neon-simd.cpp

pull/334/head
Jeffrey Walton 2018-08-26 02:02:26 -04:00
parent e8fc1b0422
commit e8bf53cd9f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -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;