[Liboil-commit] 2 commits - configure.ac liboil/i386_amd64

David Schleef ds at kemper.freedesktop.org
Thu Oct 15 08:24:43 PDT 2009


 configure.ac            |    2 +-
 liboil/i386_amd64/mas.c |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit c00108a6bb69815c033c0355d22776fffe78c8e0
Author: David Schleef <ds at schleef.org>
Date:   Thu Oct 15 08:22:46 2009 -0700

    disable mas10_u8_mmx_2
    
    Fixes #19672

diff --git a/liboil/i386_amd64/mas.c b/liboil/i386_amd64/mas.c
index 8a30a78..d746399 100644
--- a/liboil/i386_amd64/mas.c
+++ b/liboil/i386_amd64/mas.c
@@ -73,6 +73,7 @@ mas10_u8_mmx (uint8_t *d, const uint8_t *s1_np9, const int16_t *s2_10,
 }
 OIL_DEFINE_IMPL_FULL (mas10_u8_mmx, mas10_u8_l15, OIL_IMPL_FLAG_MMX|OIL_IMPL_FLAG_MMXEXT);
 
+#if 0
 void
 mas10_u8_mmx_2 (uint8_t *d, const uint8_t *s1_np9, const int16_t *s2_10,
         const int16_t *s3_2, int n)
@@ -151,6 +152,7 @@ mas10_u8_mmx_2 (uint8_t *d, const uint8_t *s1_np9, const int16_t *s2_10,
       : "ecx");
 }
 OIL_DEFINE_IMPL_FULL (mas10_u8_mmx_2, mas10_u8_l15, OIL_IMPL_FLAG_MMX|OIL_IMPL_FLAG_MMXEXT);
+#endif
 
 void
 mas10_u8_mmx_3 (uint8_t *d, const uint8_t *s1_np9, const int16_t *s2_10,
commit a2dcab25e218e2ee8803fdee339998fd0f0dc98a
Author: David Schleef <ds at schleef.org>
Date:   Thu Oct 15 08:23:43 2009 -0700

    back to unreleased

diff --git a/configure.ac b/configure.ac
index a657101..8145e64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.16)
+AC_INIT(liboil,0.3.16.1)
 
 AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes)
 


More information about the Liboil-commit mailing list