[vlc-commits] i420_rgb: separate mmx and sse2 asm code

Ilkka Ollakka git at videolan.org
Wed Nov 7 12:17:41 CET 2012


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed Nov  7 13:12:02 2012 +0200| [87762e62fb25565624e928b7c9c05c34164a2d00] | committer: Ilkka Ollakka

i420_rgb: separate mmx and sse2 asm code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87762e62fb25565624e928b7c9c05c34164a2d00
---

 modules/mmx/i420_rgb_mmx.h        |  754 ------------------------------------
 modules/sse2/Modules.am           |    2 +-
 modules/sse2/i420_rgb_sse2.h      |  772 +++++++++++++++++++++++++++++++++++++
 modules/video_chroma/i420_rgb16.c |    2 +-
 4 files changed, 774 insertions(+), 756 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=87762e62fb25565624e928b7c9c05c34164a2d00


More information about the vlc-commits mailing list