]> source.dussan.org Git - tigervnc.git/commit
Clean up SIMD glue code
authorPierre Ossman <ossman@cendio.se>
Mon, 29 Jun 2009 11:20:42 +0000 (11:20 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 29 Jun 2009 11:20:42 +0000 (11:20 +0000)
commit0b7301e22a0e7c90f7999210bada0e1984414a5f
treeb2983325774cbb5ca7b8c2203b04b7cf2d9a5f8f
parente0b83e173aeb83d5dea09b4498b866e797f07160
Clean up SIMD glue code

The SIMD glue code has gotten a bit #ifdef heavy so clean it up by having
one file for each possible SIMD arch. This also allows a simplification of
the x86_64 code as SSE/SSE2 is always known to exist on that arch.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3862 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/jpeg/Makefile.am
common/jpeg/configure.ac
common/jpeg/jsimd.c [deleted file]
common/jpeg/jsimd_none.c [new file with mode: 0644]
common/jpeg/simd/Makefile.am
common/jpeg/simd/jsimd_i386.c [new file with mode: 0644]
common/jpeg/simd/jsimd_x86_64.c [new file with mode: 0644]
common/jpeg/simd/jsimdcpu-64.asm [deleted file]