From 16995625819d704ca21988a9142c664361684a5a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 28 Dec 2017 19:25:45 -0500 Subject: [PATCH] Remove commented code --- ppc-simd.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/ppc-simd.cpp b/ppc-simd.cpp index a6946c94..d0456008 100644 --- a/ppc-simd.cpp +++ b/ppc-simd.cpp @@ -10,24 +10,6 @@ #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. -#if !defined(__ALTIVEC__) -# undef CRYPTOPP_ALTIVEC_AVAILABLE -#endif - -#if !(defined(__CRYPTO__) || defined(_ARCH_PWR8) || defined(_ARCH_PWR9)) -# undef CRYPTOPP_POWER8_AVAILABLE -# undef CRYPTOPP_POWER8_AES_AVAILABLE -# undef CRYPTOPP_POWER8_SHA_AVAILABLE -# undef CRYPTOPP_POWER8_CRYPTO_AVAILABLE -#endif - -#endif // 0 - #if defined(CRYPTOPP_ALTIVEC_AVAILABLE) # include "ppc-simd.h" #endif