This commit is contained in:
Thom Wiggers 2020-08-27 15:07:34 +02:00 committed by Kris Kwiatkowski
vanhempi 97e0aad338
commit c4c16bf0ff
12 muutettua tiedostoa jossa 12 lisäystä ja 12 poistoa

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)

Näytä tiedosto

@ -14,7 +14,7 @@ Plain C implementation of the Haraka256 and Haraka512 permutations.
#define u64 uint64_t
#define u128 __m128i
#define LOAD(src) _mm_load_si128((u128 *)(src))
#define LOAD(src) _mm_loadu_si128((u128 *)(src))
#define STORE(dest,src) _mm_storeu_si128((u128 *)(dest),src)
#define XOR128(a, b) _mm_xor_si128(a, b)