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/sinewin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/sinewin.h') diff --git a/libavcodec/sinewin.h b/libavcodec/sinewin.h index 8054191867..478036d3c6 100644 --- a/libavcodec/sinewin.h +++ b/libavcodec/sinewin.h @@ -31,7 +31,7 @@ #endif #define SINETABLE(size) \ - SINETABLE_CONST DECLARE_ALIGNED(16, float, ff_sine_##size)[size] + SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size] /** * Generate a sine window. -- cgit v1.2.3