|
Lines 31-38
Link Here
|
| 31 |
static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL; |
31 |
static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL; |
| 32 |
static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL; |
32 |
static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL; |
| 33 |
|
33 |
|
| 34 |
static const uint64_t ff_pw_20 __attribute__ ((aligned(8))) = 0x0014001400140014ULL; |
34 |
static const uint64_t ff_pw_20 __attribute__ ((aligned(8), used)) = 0x0014001400140014ULL; |
| 35 |
static const uint64_t ff_pw_3 __attribute__ ((aligned(8))) = 0x0003000300030003ULL; |
35 |
static const uint64_t ff_pw_3 __attribute__ ((aligned(8), used)) = 0x0003000300030003ULL; |
| 36 |
static const uint64_t ff_pw_16 __attribute__ ((aligned(8))) = 0x0010001000100010ULL; |
36 |
static const uint64_t ff_pw_16 __attribute__ ((aligned(8))) = 0x0010001000100010ULL; |
| 37 |
static const uint64_t ff_pw_15 __attribute__ ((aligned(8))) = 0x000F000F000F000FULL; |
37 |
static const uint64_t ff_pw_15 __attribute__ ((aligned(8))) = 0x000F000F000F000FULL; |
| 38 |
|
38 |
|