mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
Originally committed as revision 18325 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
68367bdef0
commit
531a3d2721
@ -272,7 +272,7 @@ void put_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size
|
||||
:"memory");
|
||||
}
|
||||
|
||||
DECLARE_ALIGNED_8(const unsigned char, ff_vector128[8]) =
|
||||
DECLARE_ASM_CONST(8, uint8_t, ff_vector128[8]) =
|
||||
{ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 };
|
||||
|
||||
#define put_signed_pixels_clamped_mmx_half(off) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user