]> source.dussan.org Git - tigervnc.git/commit
Add SSE SIMD implementation of computationally intensive routines.
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:31:56 +0000 (13:31 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:31:56 +0000 (13:31 +0000)
commit0d37c5777933ad6fb85b8acef1d78b862737b6ed
tree24cf6f1d98ef82a79bb76e5916549589f1f9d1db
parentfd6df4219fc2afd7eff398f08dd0b29670665142
Add SSE SIMD implementation of computationally intensive routines.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3652 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/jpeg/Makefile.am
common/jpeg/jsimd.c
common/jpeg/simd/jcqntsse.asm [new file with mode: 0644]
common/jpeg/simd/jdct.inc
common/jpeg/simd/jfsseflt.asm [new file with mode: 0644]
common/jpeg/simd/jisseflt.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