mirror of
https://github.com/joel16/SDL2.git
synced 2025-03-04 01:17:05 +00:00
*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40785
This commit is contained in:
parent
2767c4d681
commit
64e04065e4
@ -59,7 +59,7 @@ static __inline__ int CPU_haveCPUID()
|
||||
" movl $1,%0 # We have CPUID support \n"
|
||||
"1: \n"
|
||||
"pop %%ecx\n"
|
||||
: "=r" (has_CPUID)
|
||||
: "=m" (has_CPUID)
|
||||
:
|
||||
: "%eax", "%ecx"
|
||||
);
|
||||
@ -102,7 +102,7 @@ static __inline__ int CPU_getCPUIDFeatures()
|
||||
"pop %%edx\n"
|
||||
"pop %%ecx\n"
|
||||
"pop %%ebx\n"
|
||||
: "=r" (features)
|
||||
: "=m" (features)
|
||||
:
|
||||
: "%eax", "%ebx", "%ecx", "%edx"
|
||||
);
|
||||
@ -162,7 +162,7 @@ static __inline__ int CPU_have3DNow()
|
||||
"pop %%edx\n"
|
||||
"pop %%ecx\n"
|
||||
"pop %%ebx\n"
|
||||
: "=r" (has_3DNow)
|
||||
: "=m" (has_3DNow)
|
||||
:
|
||||
: "%eax", "%ebx", "%ecx", "%edx"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user