This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit 66f48df4cfb23b3c4db96cdf95d1c659e44c9678
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Sep 3 10:23:46 2023 +0200

    scaling: MMX asm scaling causes segv, disable for now
    
    Broken in v1.12.0 by ee61df687706d4907fb9dcc8f402ee8bdc321db2 (pointers
    to indices), __imlib_Scale_mmx_AARGBA() needs to be fixed.
---
 src/lib/scale.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/scale.c b/src/lib/scale.c
index 1630261..943e764 100644
--- a/src/lib/scale.c
+++ b/src/lib/scale.c
@@ -8,6 +8,8 @@
 #include "image.h"
 #include "scale.h"
 
+#undef DO_MMX_ASM               // __imlib_Scale_mmx_AARGBA() is broken
+
 /*\ NB: If you change this, don't forget asm_scale.S \*/
 struct _imlib_scale_info {
    int                *xpoints;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to