summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-15 18:33:54 +0000
committerDavid Robillard <d@drobilla.net>2007-01-15 18:33:54 +0000
commit7701c52adb28ce53ebec2a51e9b3ee0fee4f5ebd (patch)
tree9c9403a4ac6d1117731a5aa95d5be9a4ca68928c /libs/ardour/globals.cc
parent32f3a4ae3e41f0c348dadd0811817c832b624438 (diff)
Merged with trunk R1327.
git-svn-id: svn://localhost/ardour2/branches/midi@1328 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 2806ab60a8..549f4b7dbb 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -211,7 +211,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");
@@ -223,7 +223,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");