util: move u_cpu_detect to util
authorDylan Baker <dylan@pnwbakers.com>
Mon, 1 Oct 2018 18:59:21 +0000 (11:59 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 30 Oct 2018 21:32:52 +0000 (14:32 -0700)
commitfb02bd3d1cbfdacabc6403f2da7b5d0a9aa527e6
treeed398e461d85af75f864de30afdb0ce69bc10f66
parent37db383abbec071e2b3d26d0a531ec8296705b63
util: move u_cpu_detect to util

CC: vlee@freedesktop.org
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107870
Fixes: 80825abb5d1a7491035880253ffd531c55acae6b
       ("move u_math to src/util")
Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_cpu_detect.c [deleted file]
src/gallium/auxiliary/util/u_cpu_detect.h [deleted file]
src/util/Makefile.sources
src/util/meson.build
src/util/u_cpu_detect.c [new file with mode: 0644]
src/util/u_cpu_detect.h [new file with mode: 0644]