ffmpeg/libavutil/x86
Loren Merritt 25cb0c1a1e x86inc: activate REP_RET automatically
Now RET checks whether it immediately follows a branch, so the
programmer dosen't have to keep track of that condition. REP_RET
is still needed manually when it's a branch target, but that's
much rarer.

The implementation involves lots of spurious labels, but that's OK
because we strip them.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-10-07 06:17:59 -04:00
..
Makefile x86: lpc: simd av_update_lls 2013-06-29 13:23:57 +02:00
asm.h
bswap.h
cpu.c avutil: Move internal CPU detection function declarations to private header 2013-08-28 23:54:14 +02:00
cpu.h x86: Add and use more convenience macros to check CPU extension availability 2013-08-29 13:07:37 +02:00
cpuid.asm
emms.asm
emms.h
float_dsp.asm
float_dsp_init.c Consistently use "cpu_flags" as variable/parameter name for CPU flags 2013-07-18 00:31:35 +02:00
intreadwrite.h
lls.asm lls/x86: use 3-operator vaddpd in ADDPD_MEM 2013-07-02 10:15:09 +02:00
lls_init.c x86: lpc: simd av_evaluate_lls 2013-06-29 13:23:57 +02:00
timer.h avutil: Fix compilation with inline asm disabled on mingw 2013-09-22 00:50:32 +03:00
w64xmmtest.h
x86inc.asm x86inc: activate REP_RET automatically 2013-10-07 06:17:59 -04:00
x86util.asm