summaryrefslogtreecommitdiff
path: root/adv-simd.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-01 02:00:10 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-01 02:00:10 -0400
commit4a7814be7e0707895f4120c05f30b8a6f1eb41c6 (patch)
tree721e05bc3b87d1605600f1aa8ec9b008867a137b /adv-simd.h
parent810f5c185991470cc1ead1bed8e0e2a9bda08248 (diff)
downloadcryptopp-git-4a7814be7e0707895f4120c05f30b8a6f1eb41c6.tar.gz
Remove alignment of double for 64-bit template
Diffstat (limited to 'adv-simd.h')
-rw-r--r--adv-simd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/adv-simd.h b/adv-simd.h
index 777d4243..496dae9f 100644
--- a/adv-simd.h
+++ b/adv-simd.h
@@ -869,7 +869,6 @@ inline size_t AdvancedProcessBlocks64_2x1_SSE(F1 func1, F2 func2,
const word32 s_one32x4_2b[] = {0, 2<<24, 0, 2<<24};
// Avoid casting byte* to double*. Clang and GCC do not agree.
- CRYPTOPP_ALIGN_DATA(16)
double temp[2];
const ptrdiff_t blockSize = 8;
@@ -1028,7 +1027,6 @@ inline size_t AdvancedProcessBlocks64_6x2_SSE(F2 func2, F6 func6,
const word32 s_one32x4_2b[] = {0, 2<<24, 0, 2<<24};
// Avoid casting byte* to double*. Clang and GCC do not agree.
- CRYPTOPP_ALIGN_DATA(16)
double temp[2];
const ptrdiff_t blockSize = 8;
@@ -1601,7 +1599,6 @@ inline size_t AdvancedProcessBlocks64_4x1_SSE(F1 func1, F2 func2,
const word32 s_one32x4_2b[] = { 0, 2 << 24, 0, 2 << 24 };
// Avoid casting byte* to double*. Clang and GCC do not agree.
- CRYPTOPP_ALIGN_DATA(16)
double temp[2];
const ptrdiff_t blockSize = 8;