Searched refs:XXH_ALIGN (Results 1 – 1 of 1) sorted by relevance
644 # define XXH_ALIGN(n) alignas(n) macro646 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) macro648 # define XXH_ALIGN(n) __declspec(align(n)) macro650 # define XXH_ALIGN(n) /* disabled */ macro656 # 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 20 milliseconds