Fix AlgorithmProvider

pull/826/head
Jeffrey Walton 2019-04-27 19:39:36 -04:00
parent ae515cf5de
commit 585a69cb05
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ std::string SPECK64::Base::AlgorithmProvider() const
# endif
# if (CRYPTOPP_POWER8_AVAILABLE)
if (HasPower8())
return "Power7";
return "Power8";
# endif
# if (CRYPTOPP_ALTIVEC_AVAILABLE)
if (HasAltivec())