Add orc-float library
authorDavid Schleef <ds@schleef.org>
Tue, 28 Apr 2009 01:58:28 +0000 (18:58 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 28 Apr 2009 01:58:28 +0000 (18:58 -0700)
commit712ae2a01f0e74d9eeac28546b9b26256c9a23b5
treee4f829d60943e3e82b41365a99adc5616c4cb56e
parentece97bc8b385531c8f6a3ed8c0cfcfe4e2cfd892
Add orc-float library

Also fix some core features for 8-byte values
12 files changed:
Makefile.am
configure.ac
orc-float/Makefile.am [new file with mode: 0644]
orc-float/README [new file with mode: 0644]
orc-float/orcfloat-sse.c [new file with mode: 0644]
orc-float/orcfloat.c [new file with mode: 0644]
orc-float/orcfloat.h [new file with mode: 0644]
orc-test/orctest.c
orc/orcexecutor.c
orc/orcprogram-sse.c
orc/orcrules-sse.c
orc/x86.h