Add ARM Crypto reporting to validation suite
parent
a31b18ff48
commit
c7a9d0d696
|
|
@ -315,9 +315,10 @@ bool TestSettings()
|
||||||
#elif (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)
|
#elif (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)
|
||||||
bool hasNEON = HasNEON();
|
bool hasNEON = HasNEON();
|
||||||
bool hasCRC32 = HasCRC32();
|
bool hasCRC32 = HasCRC32();
|
||||||
|
bool hasCrypto = HasCrypto();
|
||||||
|
|
||||||
cout << "passed: ";
|
cout << "passed: ";
|
||||||
cout << "hasNEON == " << hasNEON << ", hasCRC32 == " << hasCRC32 << endl;
|
cout << "hasNEON == " << hasNEON << ", hasCRC32 == " << hasCRC32 << ", hasCrypto == " << hasCrypto << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!pass)
|
if (!pass)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue