mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
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:
parent
ca49f7cba7
commit
aef906ea9d
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ setup_hardware_optimization (bool try_optimization)
|
||||||
"movq %%rdx, %0\n"
|
"movq %%rdx, %0\n"
|
||||||
: "=m" (use_sse)
|
: "=m" (use_sse)
|
||||||
:
|
:
|
||||||
: "%rax", "%rcx", "%rdx", "memory");
|
: "%rax", "%rbx", "%rcx", "%rdx", "memory");
|
||||||
|
|
||||||
#endif /* USE_X86_64_ASM */
|
#endif /* USE_X86_64_ASM */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue