From 00955a063f08191658800bfa369e26bbbf5c3b64 Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 4 Mar 2021 12:09:56 +0300 Subject: [PATCH] experimental crypto: fixed for gcc --- tests/functional_tests/crypto_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/functional_tests/crypto_tests.cpp b/tests/functional_tests/crypto_tests.cpp index bcdbe4d1..4bb2ade2 100644 --- a/tests/functional_tests/crypto_tests.cpp +++ b/tests/functional_tests/crypto_tests.cpp @@ -174,8 +174,7 @@ int fe_cmp(const fe a, const fe b) static const fe scalar_L_fe = { 16110573, 10012311, -6632702, 16062397, 5471207, 0, 0, 0, 0, 4194304 }; -__declspec(align(32)) -struct scalar_t +struct alignas(32) scalar_t { union {