Просмотр исходного кода

Move alignment attribute before the type

Fixes #118
Frank Denis 4 лет назад
Родитель
Сommit
d5c849ca7c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      impl/gimli-core/sse2.h

+ 1 - 1
impl/gimli-core/sse2.h

@@ -40,7 +40,7 @@ rotate24(__m128i x)
 }
 #endif
 
-static const uint32_t coeffs[24] _hydro_attr_aligned_(16) = {
+static const uint32_t _hydro_attr_aligned_(16) coeffs[24] = {
     0x9e377904, 0, 0, 0, 0x9e377908, 0, 0, 0, 0x9e37790c, 0, 0, 0,
     0x9e377910, 0, 0, 0, 0x9e377914, 0, 0, 0, 0x9e377918, 0, 0, 0,
 };