Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49383
Collapse All | Expand All

(-)libavcodec/liba52/resample_mmx.c (-4 / +4 lines)
Lines 7-16 Link Here
7
	and it would mean (C / MMX2 / MMX / 3DNOW) versions 
7
	and it would mean (C / MMX2 / MMX / 3DNOW) versions 
8
*/
8
*/
9
9
10
static uint64_t __attribute__((aligned(8))) magicF2W= 0x43c0000043c00000LL;
10
static uint64_t __attribute__((used)) __attribute__((aligned(8))) magicF2W= 0x43c0000043c00000LL;
11
static uint64_t __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000LL;
11
static uint64_t __attribute__((used)) __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000LL;
12
static uint64_t __attribute__((aligned(8))) wm0101= 0x0000FFFF0000FFFFLL;
12
static uint64_t __attribute__((used)) __attribute__((aligned(8))) wm0101= 0x0000FFFF0000FFFFLL;
13
static uint64_t __attribute__((aligned(8))) wm1100= 0xFFFFFFFF00000000LL;
13
static uint64_t __attribute__((used)) __attribute__((aligned(8))) wm1100= 0xFFFFFFFF00000000LL;
14
14
15
static int a52_resample_MONO_to_5_MMX(float * _f, int16_t * s16){
15
static int a52_resample_MONO_to_5_MMX(float * _f, int16_t * s16){
16
    int32_t * f = (int32_t *) _f;
16
    int32_t * f = (int32_t *) _f;

Return to bug 49383