mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.
This commit is contained in:
@@ -647,7 +647,7 @@ void WhirlpoolTransform(uint64 *digest, const uint64 *block)
|
||||
{
|
||||
#ifdef __GNUC__
|
||||
#if CRYPTOPP_BOOL_X64
|
||||
uint64 workspace[16];
|
||||
CRYPTOPP_ALIGN_DATA(16) uint64 workspace[16];
|
||||
#endif
|
||||
__asm__ __volatile__
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user