summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-06 22:19:59 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-06 22:19:59 -0400
commitd4428d7f1cada9cc24d88189c583a50454c260ac (patch)
tree5ac7750456e7c574202095be911fc4bee02d17ed /validate.h
parenta4ebb75538f1fde6cdba481765b5f9216ecb0bc3 (diff)
downloadcryptopp-git-d4428d7f1cada9cc24d88189c583a50454c260ac.tar.gz
Add VectorLoad and VectorStore test code
Applies to POWER4 and above only
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/validate.h b/validate.h
index d4ca8a4b..58e1eca8 100644
--- a/validate.h
+++ b/validate.h
@@ -154,6 +154,9 @@ bool TestCompressors();
bool TestEncryptors();
bool TestMersenne();
bool TestSharing();
+# if defined(CRYPTOPP_ALTIVEC_AVAILABLE)
+bool TestAltivecOps();
+# endif
#endif
class FixedRNG : public RandomNumberGenerator