mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'
* commit '48aef27f5232794e70ecef0d347b9f65e27a9bad':
x86: Put COPY3_IF_LT under HAVE_6REGS
Conflicts:
libavcodec/x86/mathops.h
See: b38910c979
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1eb28479da
|
@ -23,6 +23,7 @@
|
||||||
#define AVCODEC_X86_MATHOPS_H
|
#define AVCODEC_X86_MATHOPS_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
#include "libavutil/x86/asm.h"
|
#include "libavutil/x86/asm.h"
|
||||||
|
|
||||||
|
@ -100,6 +101,7 @@ __asm__ volatile(\
|
||||||
: "r" (y), "r" (b), "r" (d)\
|
: "r" (y), "r" (b), "r" (d)\
|
||||||
);
|
);
|
||||||
#endif /* HAVE_6REGS */
|
#endif /* HAVE_6REGS */
|
||||||
|
|
||||||
#endif /* HAVE_I686 */
|
#endif /* HAVE_I686 */
|
||||||
|
|
||||||
#define MASK_ABS(mask, level) \
|
#define MASK_ABS(mask, level) \
|
||||||
|
|
Loading…
Reference in New Issue