Revision 74a841af libavcodec/x86/fft_sse.c
libavcodec/x86/fft_sse.c | ||
---|---|---|
22 | 22 |
#include "libavutil/x86_cpu.h" |
23 | 23 |
#include "libavcodec/dsputil.h" |
24 | 24 |
|
25 |
static const int m1m1m1m1[4] __attribute__((aligned(16))) =
|
|
25 |
DECLARE_ALIGNED(16, static const int, m1m1m1m1[4]) =
|
|
26 | 26 |
{ 1 << 31, 1 << 31, 1 << 31, 1 << 31 }; |
27 | 27 |
|
28 | 28 |
void ff_fft_dispatch_sse(FFTComplex *z, int nbits); |
Also available in: Unified diff