From 5ff01259a8b558ba84066125b41832121f2f5864 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Fri, 20 Apr 2012 14:49:30 -0500 Subject: Convert vector_fmul range of functions to YASM and add AVX versions Signed-off-by: Justin Ruggles --- libavcodec/aactab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/aactab.c') diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c index 46886b12df..9176e37d48 100644 --- a/libavcodec/aactab.c +++ b/libavcodec/aactab.c @@ -33,8 +33,8 @@ #include -DECLARE_ALIGNED(16, float, ff_aac_kbd_long_1024)[1024]; -DECLARE_ALIGNED(16, float, ff_aac_kbd_short_128)[128]; +DECLARE_ALIGNED(32, float, ff_aac_kbd_long_1024)[1024]; +DECLARE_ALIGNED(32, float, ff_aac_kbd_short_128)[128]; const uint8_t ff_aac_num_swb_1024[] = { 41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40, 40 -- cgit v1.2.3