Author: post
Date: 2010-02-18 22:26:22 +0100 (Thu, 18 Feb 2010)
New Revision: 199
Modified:
RawSpeed/RawImage.cpp
Log:
Temporarily disable inline assembler. Could very well be cause of broken daily
builds.
Modified: RawSpeed/RawImage.cpp
===================================================================
--- RawSpeed/RawImage.cpp 2010-02-13 19:58:24 UTC (rev 198)
+++ RawSpeed/RawImage.cpp 2010-02-18 21:26:22 UTC (rev 199)
@@ -202,7 +202,7 @@
#else
void RawImageData::scaleValues(float f) {
-#if defined (__x86_64__)
+#if 0
//TODO: Check for SSE2 on 32 bit systems and use it there
guint temp[20];
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit