From: Carsten Haitzler Date: Wed, 19 Dec 2012 00:55:32 +0000 (+0000) Subject: oops-- -> call c func not mmx funf .. in the c only render path! X-Git-Tag: submit/efl/20131015.063327~2753 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=076204d16696edfbb141f608802d6272c88edc7a;p=platform%2Fupstream%2Fefl.git oops-- -> call c func not mmx funf .. in the c only render path! SVN revision: 81315 --- diff --git a/src/lib/evas/common/evas_scale_smooth.c b/src/lib/evas/common/evas_scale_smooth.c index 43e71f4e61..5bd780db70 100644 --- a/src/lib/evas/common/evas_scale_smooth.c +++ b/src/lib/evas/common/evas_scale_smooth.c @@ -168,7 +168,7 @@ evas_common_scale_rgba_in_to_out_clip_smooth_c(RGBA_Image *src, RGBA_Image *dst, mul_col = dc->mul.use ? dc->mul.col : 0xffffffff; - _evas_common_scale_rgba_in_to_out_clip_smooth_mmx + _evas_common_scale_rgba_in_to_out_clip_smooth_c (src, dst, clip_x, clip_y, clip_w, clip_h, mul_col, dc->render_op,