r3901 - trunk/plugins



Author: stw
Date: 2006-09-26 04:40:01 -0400 (Tue, 26 Sep 2006)
New Revision: 3901

Modified:
   trunk/plugins/ChangeLog
   trunk/plugins/bseblockutils.cc
Log:
Tue Sep 26 10:38:12 2006  Stefan Westerfeld  <stefan space twc de>

	* bseblockutils.cc: Use fir_test_filter_sse() within test_resampler2()
	hook, to test that the SSEified FIR filter routines work as expected.


Modified: trunk/plugins/ChangeLog
===================================================================
--- trunk/plugins/ChangeLog	2006-09-26 08:37:55 UTC (rev 3900)
+++ trunk/plugins/ChangeLog	2006-09-26 08:40:01 UTC (rev 3901)
@@ -1,3 +1,8 @@
+Tue Sep 26 10:38:12 2006  Stefan Westerfeld  <stefan space twc de>
+
+	* bseblockutils.cc: Use fir_test_filter_sse() within test_resampler2()
+	hook, to test that the SSEified FIR filter routines work as expected.
+
 Sat Sep 16 14:53:00 2006  Tim Janik  <timj gtk org>
 
 	* bseblockutils.cc: access Resampler2::create_impl() via derivation.

Modified: trunk/plugins/bseblockutils.cc
===================================================================
--- trunk/plugins/bseblockutils.cc	2006-09-26 08:37:55 UTC (rev 3900)
+++ trunk/plugins/bseblockutils.cc	2006-09-26 08:40:01 UTC (rev 3901)
@@ -333,6 +333,11 @@
     };
     return SSEResampler2::create_resampler (mode, precision);
   }
+  virtual bool
+  test_resampler2()
+  {
+    return Bse::Resampler::fir_test_filter_sse();
+  }
 public:
   void
   hookup ()




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