summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-06 05:40:38 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-06 05:40:38 -0400
commit9ff731824b1c06ac3e27f58533961c300d300c21 (patch)
tree3386c08a8931dbd5c1b1b1b1413a1e9224d4aa6c /config.h
parent6cd7f83346752991e9a5881dd529edf4bb361e6c (diff)
downloadcryptopp-git-9ff731824b1c06ac3e27f58533961c300d300c21.tar.gz
Prepare for POWER8 carryless multiplies using vpmsum
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9f659c76..2a06663d 100644
--- a/config.h
+++ b/config.h
@@ -785,9 +785,10 @@ NAMESPACE_END
#if !defined(CRYPTOPP_POWER8_AES_AVAILABLE) && !defined(CRYPTOPP_DISABLE_POWER8_AES) && defined(CRYPTOPP_POWER8_AVAILABLE)
# if defined(__CRYPTO__) || defined(_ARCH_PWR8) || (CRYPTOPP_XLC_VERSION >= 130000) || (CRYPTOPP_GCC_VERSION >= 40800)
+//# define CRYPTOPP_POWER8_CRC_AVAILABLE 1
# define CRYPTOPP_POWER8_AES_AVAILABLE 1
+// # define CRYPTOPP_POWER8_PMULL_AVAILABLE 1
# define CRYPTOPP_POWER8_SHA_AVAILABLE 1
-//# define CRYPTOPP_POWER8_CRC_AVAILABLE 1
# endif
#endif