summaryrefslogtreecommitdiffstats
path: root/liba52/srfftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/srfftp.h')
-rw-r--r--liba52/srfftp.h16
1 files changed, 8 insertions, 8 deletions
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},