Home
last modified time | relevance | path

Searched defs:BLAKE2S_ATTRIB_128BIT (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DBlake2s.c74 #define BLAKE2S_ATTRIB_128BIT __attribute__((__target__("avx512vl,avx512f"))) macro
77 #define BLAKE2S_ATTRIB_128BIT __attribute__((__target__("sse4.1"))) macro
79 #define BLAKE2S_ATTRIB_128BIT __attribute__((__target__("ssse3"))) macro
81 #define BLAKE2S_ATTRIB_128BIT __attribute__((__target__("sse2"))) macro