]> source.dussan.org Git - tigervnc.git/commit
Implement x86 SIMD framework
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:21:27 +0000 (13:21 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Mar 2009 13:21:27 +0000 (13:21 +0000)
commit82c7f3138cd9796b93e26bdb8f7f797b48150ae4
tree8b5fd2c88ffd4f8e40ca0fd70905a9971cbbde4d
parent9ad5234612eb45251f32842b59c2cafcec38e9aa
Implement x86 SIMD framework

Add NASM support and stub routine for detecting SIMD extensions.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3646 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/jpeg/Makefile.am
common/jpeg/acinclude.m4 [new file with mode: 0644]
common/jpeg/configure.ac
common/jpeg/jsimd.c
common/jpeg/nasm_lt.sh [new file with mode: 0755]
common/jpeg/simd/jsimd.h [new file with mode: 0644]
common/jpeg/simd/jsimdcfg.inc.h [new file with mode: 0644]
common/jpeg/simd/jsimdcpu.asm [new file with mode: 0644]
common/jpeg/simd/jsimdext.inc [new file with mode: 0644]