forked from lthn/blockchain
experimental crypto: fixed for gcc
This commit is contained in:
parent
5eef9e5bc7
commit
00955a063f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue