]> source.dussan.org Git - tigervnc.git/commit
64-bit SIMD acceleration
authorDRC <dcommander@users.sourceforge.net>
Thu, 25 Jun 2009 20:38:31 +0000 (20:38 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 25 Jun 2009 20:38:31 +0000 (20:38 +0000)
commit246c3d951eefc593a1aaaed807cf294ccd9e3ee9
treea67987597a662b7d14231518cdb1b567b88dbf83
parent779492cc9a0a1ae5efc28e7a29ce079878337052
64-bit SIMD acceleration

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3858 3789f03b-4d11-0410-bbf8-ca57d06f2519
24 files changed:
common/jpeg/acinclude.m4
common/jpeg/configure.ac
common/jpeg/jsimd.c
common/jpeg/simd/Makefile.am
common/jpeg/simd/jcclrss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jccolss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jcqnts2f-64.asm [new file with mode: 0644]
common/jpeg/simd/jcqnts2i-64.asm [new file with mode: 0644]
common/jpeg/simd/jcsamss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jdclrss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jdcolss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jdmerss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jdmrgss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jdsamss2-64.asm [new file with mode: 0644]
common/jpeg/simd/jfss2fst-64.asm [new file with mode: 0644]
common/jpeg/simd/jfss2int-64.asm [new file with mode: 0644]
common/jpeg/simd/jfsseflt-64.asm [new file with mode: 0644]
common/jpeg/simd/jiss2flt-64.asm [new file with mode: 0644]
common/jpeg/simd/jiss2fst-64.asm [new file with mode: 0644]
common/jpeg/simd/jiss2int-64.asm [new file with mode: 0644]
common/jpeg/simd/jiss2red-64.asm [new file with mode: 0644]
common/jpeg/simd/jsimdcpu-64.asm [new file with mode: 0644]
common/jpeg/simd/jsimdext.inc
common/jpeg/simd/nasm_lt.sh