util: fix unused function warning on non-x86
This commit is contained in:
parent
5403ca79b2
commit
b17ee335e3
1 changed files with 3 additions and 0 deletions
|
|
@ -75,7 +75,10 @@
|
|||
|
||||
struct util_cpu_caps util_cpu_caps;
|
||||
|
||||
#if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
|
||||
static int has_cpuid(void);
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(PIPE_ARCH_X86)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue