]> git.sesse.net Git - x264/commit
x86: Use SSE instead of SSE2 for copying data
authorHenrik Gramner <henrik@gramner.com>
Sun, 27 Jan 2013 22:01:59 +0000 (23:01 +0100)
committerFiona Glaser <fiona@x264.com>
Mon, 25 Feb 2013 20:14:34 +0000 (12:14 -0800)
commit5a764328bdeba650d99fc8db47275708cce79521
treef14ab18ef9dae43f42c7ecfb46261184b5d4c915
parentc3983b811f42ae5e4bc4f9c1c919f8e548fc76e3
x86: Use SSE instead of SSE2 for copying data

Reduces code size because movaps/movups is one byte shorter than movdqa/movdqu.
Also merge MMX and SSE versions of memcpy_aligned into a single macro.
common/cpu.c
common/pixel.c
common/x86/mc-a.asm
common/x86/mc-a2.asm
common/x86/mc-c.c
common/x86/predict-a.asm
common/x86/predict-c.c
common/x86/predict.h
common/x86/x86inc.asm
tools/checkasm.c