simd: update test cases

This commit is contained in:
Lennart Poettering 2009-10-29 01:52:39 +01:00
parent 2edb4df175
commit e7e4e4459e
2 changed files with 11 additions and 3 deletions

View file

@ -25,6 +25,8 @@
#endif
#include <pulse/timeval.h>
#include <pulse/rtclock.h>
#include <pulsecore/random.h>
#include <pulsecore/macro.h>
#include <pulsecore/g711.h>
@ -287,6 +289,8 @@ static void run_test (void) {
}
stop = pa_rtclock_now();
pa_log_info("ref: %llu usec.", (long long unsigned int)(stop - start));
pa_assert_se(memcmp(samples_ref, samples, sizeof(samples)) == 0);
}
#endif