]> source.dussan.org Git - tigervnc.git/commit
Add MMX SIMD implementation of computationally intensive routines.
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:25:30 +0000 (13:25 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:25:30 +0000 (13:25 +0000)
commit3e0e2de120d9d10245e26143a52cd0f49d16f413
tree49d215798de0ef6d28a001c1dac5b7153b9f1de2
parent4aa2429c35601d34b1755e9731329b65c0bcd6db
Add MMX SIMD implementation of computationally intensive routines.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3648 3789f03b-4d11-0410-bbf8-ca57d06f2519
21 files changed:
common/jpeg/Makefile.am
common/jpeg/jdct.h
common/jpeg/jmorecfg.h
common/jpeg/jsimd.c
common/jpeg/simd/jccolmmx.asm [new file with mode: 0644]
common/jpeg/simd/jcolsamp.inc [new file with mode: 0644]
common/jpeg/simd/jcqntmmx.asm [new file with mode: 0644]
common/jpeg/simd/jcsammmx.asm [new file with mode: 0644]
common/jpeg/simd/jdcolmmx.asm [new file with mode: 0644]
common/jpeg/simd/jdct.inc [new file with mode: 0644]
common/jpeg/simd/jdmermmx.asm [new file with mode: 0644]
common/jpeg/simd/jdsammmx.asm [new file with mode: 0644]
common/jpeg/simd/jfmmxfst.asm [new file with mode: 0644]
common/jpeg/simd/jfmmxint.asm [new file with mode: 0644]
common/jpeg/simd/jimmxfst.asm [new file with mode: 0644]
common/jpeg/simd/jimmxint.asm [new file with mode: 0644]
common/jpeg/simd/jimmxred.asm [new file with mode: 0644]
common/jpeg/simd/jsimd.h
common/jpeg/simd/jsimdcfg.inc.h
common/jpeg/simd/jsimdcpu.asm
common/jpeg/simd/jsimdext.inc