From 5299f6ae79f6278bdd2beb38cc727589ba7022c7 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Sat, 6 May 2006 18:28:34 +0000 Subject: Fixed text relocation issues git-svn-id: svn://localhost/trunk/ardour2@492 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/sse_functions_64bit.s | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libs/ardour/sse_functions_64bit.s') diff --git a/libs/ardour/sse_functions_64bit.s b/libs/ardour/sse_functions_64bit.s index 9167e2169f..997852eb5b 100644 --- a/libs/ardour/sse_functions_64bit.s +++ b/libs/ardour/sse_functions_64bit.s @@ -482,9 +482,6 @@ x86_sse_apply_gain_vector: .globl x86_sse_compute_peak .type x86_sse_compute_peak,@function -abs_mask: - .long 2147483647 - x86_sse_compute_peak: @@ -505,7 +502,9 @@ x86_sse_compute_peak: je .CP_END #; create the "abs" mask in %xmm2 - movss abs_mask, %xmm2 + pushq $2147483647 + movss (%rsp), %xmm2 + addq $8, %rsp shufps $0x00, %xmm2, %xmm2 #; Check for alignment -- cgit v1.2.3