mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Guard CPU_ProbeARMv7 with CRYPTOPP_BOOL_ARM32 (GH #844)
We make these queries available on all platforms so folks don't need to guard code.
This commit is contained in:
parent
c456d6aa69
commit
40251d9b7f
@ -114,11 +114,10 @@ bool CPU_ProbeARMv7()
|
||||
sigprocmask(SIG_SETMASK, (sigset_t*)&oldMask, NULLPTR);
|
||||
signal(SIGILL, oldHandler);
|
||||
return result;
|
||||
# else
|
||||
return false;
|
||||
# endif
|
||||
#else
|
||||
return false;
|
||||
#endif // CRYPTOPP_ARM_NEON_AVAILABLE
|
||||
#endif // CRYPTOPP_BOOL_ARM32
|
||||
}
|
||||
|
||||
bool CPU_ProbeNEON()
|
||||
|
Loading…
Reference in New Issue
Block a user