Hopefully the end to 64 bit SSE issues
authorSampo Savolainen <v2@iki.fi>
Mon, 8 Jan 2007 21:46:23 +0000 (21:46 +0000)
committerSampo Savolainen <v2@iki.fi>
Mon, 8 Jan 2007 21:46:23 +0000 (21:46 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1287 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/globals.cc

index 3344c61a9aa9b8f169049fa6a9941286a72cc4b5..e83a8ab2e4d424d7651ff2f77a00961c67b151e5 100644 (file)
@@ -224,7 +224,7 @@ setup_hardware_optimization (bool try_optimization)
                                 "movq %%rdx, %0\n"
                             : "=m" (use_sse)
                             : 
-                        : "%rax", "%rcx", "%rdx", "memory");
+                        : "%rax", "%rbx", "%rcx", "%rdx", "memory");
 
 #endif /* USE_X86_64_ASM */