From ec029ea7a17d68cef612d38d97a77dc1237b1c5d Mon Sep 17 00:00:00 2001 From: gpoirier Date: Fri, 7 Jul 2006 14:04:07 +0000 Subject: Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III Currently only used on CPUs that _only_ support SSE (otherwise try 3DNow* before) Patch by The Mighty Zuxy Meng %zuxy * meng $ gmail * com% Original thread: Date: Jun 21, 2006 10:20 AM Subject: [MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18937 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decode_MMX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/decode_MMX.c') diff --git a/mp3lib/decode_MMX.c b/mp3lib/decode_MMX.c index ee53885d25..7fd9e477f5 100644 --- a/mp3lib/decode_MMX.c +++ b/mp3lib/decode_MMX.c @@ -13,7 +13,7 @@ static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL; static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL; -unsigned long __attribute__((aligned(8))) costab_mmx[] = +unsigned long __attribute__((aligned(16))) costab_mmx[] = { 1056974725, 1057056395, -- cgit v1.2.3