Author: post
Date: 2010-10-20 22:27:25 +0200 (Wed, 20 Oct 2010)
New Revision: 3578

Modified:
   trunk/plugins/lensfun/lensfun.c
Log:
Dont use SSE2, when CPU doesn't support it ;)

Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c     2010-10-20 20:24:11 UTC (rev 3577)
+++ trunk/plugins/lensfun/lensfun.c     2010-10-20 20:27:25 UTC (rev 3578)
@@ -345,7 +345,6 @@
                        {
                                for(x = 0; x < t->roi->width ; x++)
                                {
-                                       rs_image16_bilinear_full_sse2(t->input, 
target, l_pos);
                                        rs_image16_bilinear_full(t->input, 
target, l_pos);
                                        target += pixelsize;
                                        l_pos += 6;


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to