Author: post
Date: 2011-04-07 20:08:33 +0200 (Thu, 07 Apr 2011)
New Revision: 3963
Modified:
trunk/plugins/denoise/floatplanarimage-x86.cpp
trunk/plugins/denoise/floatplanarimage.h
Log:
Comment out unused SSE4 code.
Modified: trunk/plugins/denoise/floatplanarimage-x86.cpp
===================================================================
--- trunk/plugins/denoise/floatplanarimage-x86.cpp 2011-04-06 21:34:00 UTC
(rev 3962)
+++ trunk/plugins/denoise/floatplanarimage-x86.cpp 2011-04-07 18:08:33 UTC
(rev 3963)
@@ -249,6 +249,7 @@
asm volatile ( "emms\nsfence\n" );
}
+#if 0
void FloatPlanarImage::packInterleavedYUV_SSE4( const ImgConvertJob* j)
{
RS_IMAGE16* image = j->rs;
@@ -329,6 +330,7 @@
}
asm volatile ( "emms\nsfence\n" );
}
+#endif
#else // 32 bits
Modified: trunk/plugins/denoise/floatplanarimage.h
===================================================================
--- trunk/plugins/denoise/floatplanarimage.h 2011-04-06 21:34:00 UTC (rev
3962)
+++ trunk/plugins/denoise/floatplanarimage.h 2011-04-07 18:08:33 UTC (rev
3963)
@@ -53,7 +53,7 @@
#endif
#if defined (__x86_64__)
void unpackInterleavedYUV_SSE2( const ImgConvertJob* j );
- void packInterleavedYUV_SSE4( const ImgConvertJob* j);
+// void packInterleavedYUV_SSE4( const ImgConvertJob* j);
#endif
void packInterleavedYUV( const ImgConvertJob* j);
JobQueue* getUnpackInterleavedYUVJobs(RS_IMAGE16* image);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit