Diego Biurrun
|
26301caaa1
|
x86: mmx2 ---> mmxext in asm constructs
|
12 years ago |
Diego Biurrun
|
2b479bcab0
|
build: Drop AVX assembly ifdefs
An assembler able to cope with AVX instructions is now required.
|
12 years ago |
Diego Biurrun
|
fa8fcab1e0
|
x86: h264_chromamc_10bit: drop pointless PAVG %define
It is only used in one place so there is no need for the abstraction.
|
12 years ago |
Diego Biurrun
|
04581c8c77
|
x86: yasm: Use complete source path for macro helper %includes
This is more consistent with the way we handle C #includes and
it simplifies the build system.
|
12 years ago |
Diego Biurrun
|
6860b4081d
|
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
|
12 years ago |
Diego Biurrun
|
17337f54c0
|
x86: Split inline and external assembly #ifdefs
|
12 years ago |
Mans Rullgard
|
a3df4781f4
|
x86: add colons after labels
nasm prints a warning if the colon is missing.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
12 years ago |
Ronald S. Bultje
|
d07ff3cd5a
|
h264_chromamc_10bit: port x86 simd to cpuflags.
|
12 years ago |
Ronald S. Bultje
|
3b15a6d742
|
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement.
|
13 years ago |
Dave Yeo
|
cc73511e8e
|
Fix NASM include directive
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
13 years ago |
Ronald S. Bultje
|
b2c087871d
|
Move x86util.asm from libavcodec/ to libavutil/.
This allows using it in swscale also.
|
13 years ago |
Ronald S. Bultje
|
3a39195b1d
|
Move x86inc.asm to libavutil/.
This allows using it in libswscale/ also.
|
13 years ago |
Daniel Kang
|
f188a1e0ca
|
H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
Mainly ported from 8-bit H.264 MC Chroma.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
14 years ago |