raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7753144fe903677c39aec1b96fe478d32a17a99b

commit 7753144fe903677c39aec1b96fe478d32a17a99b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Jan 1 12:56:18 2014 +0900

    evas - sw render - map render neon broken for expedite 45/46 disable
---
 src/lib/evas/common/evas_map_image_loop.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/evas/common/evas_map_image_loop.c 
b/src/lib/evas/common/evas_map_image_loop.c
index 9da2ebf..ec5d326 100644
--- a/src/lib/evas/common/evas_map_image_loop.c
+++ b/src/lib/evas/common/evas_map_image_loop.c
@@ -221,6 +221,7 @@
         *d = MUL4_SYM(c1, val1);
 #    endif
 #   else
+/* XXX: this neon is broken! :( FIXME
 #    ifdef SCALE_USING_NEON
         FPU_NEON;
         VMOV_M2R_NEON(d12, val1);
@@ -232,10 +233,13 @@
         MUL4_SYM_NEON(d8, d12, d4); // multiply
         VMOV_R2M_NEON(q4, d8, d); // save result
 #    else
+ */
         cval = INTERP_256((cv >> 16), c2, c1); // col
         *d = MUL4_SYM(cval, val1);
         cv += cd; // col              
+/*
 #    endif
+ */
 #   endif        
 #  else
         *d = *s;

-- 


Reply via email to