From d29c15dbdf56b159bff1a74d23b1e8e09992a196 Mon Sep 17 00:00:00 2001 From: nickols_k Date: Thu, 31 May 2001 17:58:56 +0000 Subject: libac3 now is full 3dnow! optimized git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@921 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/srfftp.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'liba52/srfftp.h') diff --git a/liba52/srfftp.h b/liba52/srfftp.h index ffb228eaaa..897a508601 100644 --- a/liba52/srfftp.h +++ b/liba52/srfftp.h @@ -32,19 +32,19 @@ #ifndef SRFFTP_H__ #define SRFFTP_H__ -static complex_t delta16[4] = +static complex_t delta16[4] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.92387953251129, -0.38268343236509}, {0.70710678118655, -0.70710678118655}, {0.38268343236509, -0.92387953251129}}; -static complex_t delta16_3[4] = +static complex_t delta16_3[4] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.38268343236509, -0.92387953251129}, {-0.70710678118655, -0.70710678118655}, {-0.92387953251129, 0.38268343236509}}; -static complex_t delta32[8] = +static complex_t delta32[8] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.98078528040323, -0.19509032201613}, {0.92387953251129, -0.38268343236509}, @@ -54,7 +54,7 @@ static complex_t delta32[8] = {0.38268343236509, -0.92387953251129}, {0.19509032201613, -0.98078528040323}}; -static complex_t delta32_3[8] = +static complex_t delta32_3[8] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.83146961230255, -0.55557023301960}, {0.38268343236509, -0.92387953251129}, @@ -64,7 +64,7 @@ static complex_t delta32_3[8] = {-0.92387953251129, 0.38268343236509}, {-0.55557023301960, 0.83146961230255}}; -static complex_t delta64[16] = +static complex_t delta64[16] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.99518472667220, -0.09801714032956}, {0.98078528040323, -0.19509032201613}, @@ -82,7 +82,7 @@ static complex_t delta64[16] = {0.19509032201613, -0.98078528040323}, {0.09801714032956, -0.99518472667220}}; -static complex_t delta64_3[16] = +static complex_t delta64_3[16] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.95694033573221, -0.29028467725446}, {0.83146961230255, -0.55557023301960}, @@ -100,7 +100,7 @@ static complex_t delta64_3[16] = {-0.55557023301960, 0.83146961230255}, {-0.29028467725446, 0.95694033573221}}; -static complex_t delta128[32] = +static complex_t delta128[32] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.99879545620517, -0.04906767432742}, {0.99518472667220, -0.09801714032956}, @@ -134,7 +134,7 @@ static complex_t delta128[32] = {0.09801714032956, -0.99518472667220}, {0.04906767432742, -0.99879545620517}}; -static complex_t delta128_3[32] = +static complex_t delta128_3[32] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.98917650996478, -0.14673047445536}, {0.95694033573221, -0.29028467725446}, -- cgit v1.2.3