summaryrefslogtreecommitdiff
path: root/liboil/simdpack
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-08-14 02:05:02 +0000
committerDavid Schleef <ds@schleef.org>2005-08-14 02:05:02 +0000
commit229917d4f608dd8a06003267bef692307e12bc4f (patch)
tree4a0da46ebedadb1bc76481cc2ed5262ea9b4c9a7 /liboil/simdpack
parente8212a9fb57e4a83498d68e7ba7b41cc96eecc47 (diff)
downloadliboil-229917d4f608dd8a06003267bef692307e12bc4f.tar.gz
* configure.ac: use macro for gtk-doc checking
* doc/tmpl/liboil-unused.sgml: update * doc/tmpl/liboilfuncs-conv.sgml: * doc/tmpl/liboilfuncs-copy.sgml: * doc/tmpl/liboilfuncs-dct.sgml: * doc/tmpl/liboilfuncs-doc.sgml: * doc/tmpl/liboilfuncs-math.sgml: * doc/tmpl/liboilfuncs-math8x8.sgml: * doc/tmpl/liboilfuncs-pixel.sgml: * liboil/simdpack/Makefile.am: AMD64 fix * m4/gtk-doc.m4: enable gtk-doc by default * patches/patch-remove-indirection: update * testsuite/instruction/Makefile.am: don't run by default * testsuite/stride.c: (main): add some random striding
Diffstat (limited to 'liboil/simdpack')
-rw-r--r--liboil/simdpack/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/liboil/simdpack/Makefile.am b/liboil/simdpack/Makefile.am
index e91c09f..c2b32e1 100644
--- a/liboil/simdpack/Makefile.am
+++ b/liboil/simdpack/Makefile.am
@@ -37,7 +37,6 @@ endif
if HAVE_CPU_AMD64
amd64_sources = \
- abs_i386.c \
mult8x8_i386.c \
scalarmult_i386.c
else