]> source.dussan.org Git - tigervnc.git/commit
Framework for supporting SIMD acceleration
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:15:56 +0000 (13:15 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:15:56 +0000 (13:15 +0000)
commit9ad5234612eb45251f32842b59c2cafcec38e9aa
treebac49ff9eef925bad900f5be8952c8005188bced
parentb85c2f8ae8090c039b40d6f01c004632fbd8be17
Framework for supporting SIMD acceleration

Designed to impose minimal changes on the "normal" code.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3645 3789f03b-4d11-0410-bbf8-ca57d06f2519
13 files changed:
common/jpeg/Makefile.am
common/jpeg/configure.ac
common/jpeg/jccolor.c
common/jpeg/jcdctmgr.c
common/jpeg/jconfig.h.in
common/jpeg/jcsample.c
common/jpeg/jdcolor.c
common/jpeg/jddctmgr.c
common/jpeg/jdmerge.c
common/jpeg/jdsample.c
common/jpeg/jsimd.c [new file with mode: 0644]
common/jpeg/jsimd.h [new file with mode: 0644]
common/jpeg/jsimddct.h [new file with mode: 0644]