13
0

Hopefully the end to 64 bit SSE issues

git-svn-id: svn://localhost/ardour2/trunk@1287 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2007-01-08 21:46:23 +00:00
parent ca49f7cba7
commit aef906ea9d

View 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 */