]> granicus.if.org Git - libjpeg-turbo/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)
commitba82ddf6ca0270d65e3b8fb56b2d3116cf423709
treec15e33e88cd4d4e52978022d92c7055be46640d4
parent1aea5fa1821b8e06f8470d14ec37d4ac2c0fcb53
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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@49 632fc199-4ca6-4c93-a231-07263d6284db
Makefile.am
configure.ac
jsimd_none.c [new file with mode: 0644]
simd/Makefile.am
simd/jsimd_i386.c [moved from jsimd.c with 87% similarity]
simd/jsimd_x86_64.c [new file with mode: 0644]
simd/jsimdcpu-64.asm [deleted file]