diff options
Diffstat (limited to 'volk/lib/gcc_x86_cpuid.h')
-rw-r--r-- | volk/lib/gcc_x86_cpuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/lib/gcc_x86_cpuid.h b/volk/lib/gcc_x86_cpuid.h index 95a6722f2..2345ed213 100644 --- a/volk/lib/gcc_x86_cpuid.h +++ b/volk/lib/gcc_x86_cpuid.h @@ -182,7 +182,7 @@ __get_cpuid (unsigned int __level, * check for AVX capability before executing. */ static __inline unsigned int -xgetbv(void) +__xgetbv(void) { unsigned int index, __eax, __edx; __asm__ ("xgetbv" : "=a"(__eax), "=d"(__edx) : "c" (index)); |