Home
last modified time | relevance | path

Searched refs:XXH_ALIGN (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h644 # define XXH_ALIGN(n) alignas(n) macro
646 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) macro
648 # define XXH_ALIGN(n) __declspec(align(n)) macro
650 # define XXH_ALIGN(n) /* disabled */ macro
656 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align)
3037 XXH_ALIGN(64) __m512i* const xacc = (__m512i *) acc; in XXH3_accumulate_512_avx512()
3086 { XXH_ALIGN(64) __m512i* const xacc = (__m512i*) acc; in XXH3_scrambleAcc_avx512()
3122 XXH_ALIGN(64) const __m512i* cp; in XXH3_initCustomSecret_avx512()
3123 XXH_ALIGN(64) void* p; in XXH3_initCustomSecret_avx512()
3176 { XXH_ALIGN(32) __m256i* const xacc = (__m256i*) acc; in XXH3_scrambleAcc_avx2()
[all …]

Completed in 22 milliseconds