diff options
author | lloyd <[email protected]> | 2009-11-04 18:07:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-04 18:07:46 +0000 |
commit | 56c3c044215f36fe00c9a8a2e06a84f969996cb7 (patch) | |
tree | 6e9bea1b884f16cc1a39818094e21a097e7f501a /src/utils/simd_32/simd_32.h | |
parent | 9a93fa54a9af6ebc28fafba20af3d78df43c12c8 (diff) |
Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes
Diffstat (limited to 'src/utils/simd_32/simd_32.h')
-rw-r--r-- | src/utils/simd_32/simd_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/simd_32/simd_32.h b/src/utils/simd_32/simd_32.h index be426efd6..324db1a7d 100644 --- a/src/utils/simd_32/simd_32.h +++ b/src/utils/simd_32/simd_32.h @@ -10,8 +10,6 @@ #include <botan/types.h> -//#define BOTAN_TARGET_CPU_HAS_SSE2 - #if defined(BOTAN_TARGET_CPU_HAS_SSE2) #include <botan/simd_sse.h> |