util: Use util_get_cpu_caps instead cpu_has_sse4_1 macro
authorYonggang Luo <luoyonggang@gmail.com>
Sat, 5 Nov 2022 13:35:29 +0000 (21:35 +0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Nov 2022 19:06:07 +0000 (19:06 +0000)
commitb84678ea28e9e41874974a6f1220a1dccc0fc5fa
treef8f8521d1c5019b4f99a89b1b5a2da0df94436e9
parent6dab1896d1188dc28787ec956a986f500cd77ae6
util: Use util_get_cpu_caps instead cpu_has_sse4_1 macro

cpu_has_sse4_1 doesn't belongs to src/util, so do not depends on it,
this is a follow up of that u_cpu_detect.* doesn't depends on
pipe/p_*.h anymore

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19564>
src/util/streaming-load-memcpy.c