parent
19deccf3ba
commit
d7a2e0e10c
|
|
@ -10,6 +10,8 @@
|
|||
#include "config.h"
|
||||
#include "stdcpp.h"
|
||||
|
||||
#if 0
|
||||
|
||||
// We set CRYPTOPP_ALTIVEC_AVAILABLE and friends based on
|
||||
// compiler version and preprocessor macros. If the compiler
|
||||
// feature is not available, then we have to disable it here.
|
||||
|
|
@ -24,8 +26,9 @@
|
|||
# undef CRYPTOPP_POWER8_CRYPTO_AVAILABLE
|
||||
#endif
|
||||
|
||||
// TODO.. Change to CRYPTOPP_POWER8_CRYPTO_AVAILABLE
|
||||
#if defined(CRYPTOPP_ALTIVEC_AVAILABLE) || defined(CRYPTOPP_POWER8_AES_AVAILABLE)
|
||||
#endif // 0
|
||||
|
||||
#if defined(CRYPTOPP_ALTIVEC_AVAILABLE)
|
||||
# include "ppc-simd.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue