]> source.dussan.org Git - tigervnc.git/commit
Add SSE2 SIMD implementation of computationally intensive routines.
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:34:17 +0000 (13:34 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:34:17 +0000 (13:34 +0000)
commit7469386f02aa945470b80f60f5eecbb45a9a7ffb
treee10d942933f46ed7dd5b96df3310acc94a727caf
parent0d37c5777933ad6fb85b8acef1d78b862737b6ed
Add SSE2 SIMD implementation of computationally intensive routines.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3653 3789f03b-4d11-0410-bbf8-ca57d06f2519
20 files changed:
common/jpeg/Makefile.am
common/jpeg/jsimd.c
common/jpeg/simd/jccolss2.asm [new file with mode: 0644]
common/jpeg/simd/jcolsamp.inc
common/jpeg/simd/jcqnts2f.asm [new file with mode: 0644]
common/jpeg/simd/jcqnts2i.asm [new file with mode: 0644]
common/jpeg/simd/jcsamss2.asm [new file with mode: 0644]
common/jpeg/simd/jdcolss2.asm [new file with mode: 0644]
common/jpeg/simd/jdmerss2.asm [new file with mode: 0644]
common/jpeg/simd/jdsamss2.asm [new file with mode: 0644]
common/jpeg/simd/jfss2fst.asm [new file with mode: 0644]
common/jpeg/simd/jfss2int.asm [new file with mode: 0644]
common/jpeg/simd/jiss2flt.asm [new file with mode: 0644]
common/jpeg/simd/jiss2fst.asm [new file with mode: 0644]
common/jpeg/simd/jiss2int.asm [new file with mode: 0644]
common/jpeg/simd/jiss2red.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