Correct asm constraint.
git-svn-id: svn://localhost/ardour2/trunk@1324 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
eeae80e6d9
commit
a7a6f464ad
@ -210,7 +210,7 @@ setup_hardware_optimization (bool try_optimization)
|
||||
"cpuid\n"
|
||||
"movl %%edx, %0\n"
|
||||
"popl %%ebx\n"
|
||||
: "=l" (use_sse)
|
||||
: "=r" (use_sse)
|
||||
:
|
||||
: "%eax", "%ecx", "%edx", "memory");
|
||||
|
||||
@ -222,7 +222,7 @@ setup_hardware_optimization (bool try_optimization)
|
||||
"cpuid\n"
|
||||
"movq %%rdx, %0\n"
|
||||
"popq %%rbx\n"
|
||||
: "=l" (use_sse)
|
||||
: "=r" (use_sse)
|
||||
:
|
||||
: "%rax", "%rcx", "%rdx", "memory");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user