shithub: opus

Download patch

ref: ee6ec6349e7b1d888baa49c064076cef0559b6e4
parent: 1d60b49e9d95672a17ebe5578319c59fa3963224
author: Jonathan Lennox <[email protected]>
date: Mon Aug 3 13:04:22 EDT 2015

Fix instruction used for cpuid test.

--- a/configure.ac
+++ b/configure.ac
@@ -524,7 +524,7 @@
                  unsigned int CPUInfo3;
                  unsigned int InfoType;
                  __asm__ __volatile__ (
-                 "cpuid11":
+                 "cpuid":
                  "=a" (CPUInfo0),
                  "=b" (CPUInfo1),
                  "=c" (CPUInfo2),