Searched refs:has_sse4_1 (Results 1 – 3 of 3) sorted by relevance
47 if (((uintptr_t)d & 15) != ((uintptr_t)s & 15) || !util_get_cpu_caps()->has_sse4_1) { in util_streaming_load_memcpy()
97 unsigned has_sse4_1:1; member
660 util_cpu_caps.has_sse4_1 = 0; in check_cpu_caps_override()680 util_cpu_caps.has_sse4_1 = 0; in check_cpu_caps_override()682 if (!util_cpu_caps.has_sse4_1) { in check_cpu_caps_override()861 util_cpu_caps.has_sse4_1 = (regs2[2] >> 19) & 1; in _util_cpu_detect_once()969 printf("util_cpu_caps.has_sse4_1 = %u\n", util_cpu_caps.has_sse4_1); in _util_cpu_detect_once()