mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
Fix instruction used for cpuid test.
This commit is contained in:
parent
1d60b49e9d
commit
ee6ec6349e
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[
|
||||||
unsigned int CPUInfo3;
|
unsigned int CPUInfo3;
|
||||||
unsigned int InfoType;
|
unsigned int InfoType;
|
||||||
__asm__ __volatile__ (
|
__asm__ __volatile__ (
|
||||||
"cpuid11":
|
"cpuid":
|
||||||
"=a" (CPUInfo0),
|
"=a" (CPUInfo0),
|
||||||
"=b" (CPUInfo1),
|
"=b" (CPUInfo1),
|
||||||
"=c" (CPUInfo2),
|
"=c" (CPUInfo2),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue