r3948 - in trunk/bse: . tests



Author: stw
Date: 2006-10-08 15:20:56 -0400 (Sun, 08 Oct 2006)
New Revision: 3948

Modified:
   trunk/bse/ChangeLog
   trunk/bse/tests/resamplehandle.cc
Log:
Sun Oct  8 21:20:14 2006  Stefan Westerfeld  <stefan space twc de>

	* tests/resamplehandle.cc: Lessen the thresholds for downsampling
	datahandle 24bit test, because AMD64, due to its -mfpmath=sse default,
	doesn't get as good results as i386 machines do. With the new
	thresholds, make check passes on AMD64, too.


Modified: trunk/bse/ChangeLog
===================================================================
--- trunk/bse/ChangeLog	2006-10-08 14:21:57 UTC (rev 3947)
+++ trunk/bse/ChangeLog	2006-10-08 19:20:56 UTC (rev 3948)
@@ -1,3 +1,10 @@
+Sun Oct  8 21:20:14 2006  Stefan Westerfeld  <stefan space twc de>
+
+	* tests/resamplehandle.cc: Lessen the thresholds for downsampling
+	datahandle 24bit test, because AMD64, due to its -mfpmath=sse default,
+	doesn't get as good results as i386 machines do. With the new
+	thresholds, make check passes on AMD64, too.
+
 Thu Oct  5 17:39:50 2006  Stefan Westerfeld  <stefan space twc de>
 
 	* gsldatahandle.h:

Modified: trunk/bse/tests/resamplehandle.cc
===================================================================
--- trunk/bse/tests/resamplehandle.cc	2006-10-08 14:21:57 UTC (rev 3947)
+++ trunk/bse/tests/resamplehandle.cc	2006-10-08 19:20:56 UTC (rev 3948)
@@ -174,7 +174,7 @@
     { 12,  -72,  -72, -72,   -72 },
     { 16,  -98,  -95, -96,   -96 },
     { 20, -120, -117, -120, -120 },
-    { 24, -125, -125, -137, -135 },
+    { 24, -125, -125, -134, -131 },
     { 0, 0, 0 }
   };
 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]