#include <cppunit/TestAssert.h>
#include <qa_float_dotprod_x86.h>
#include <float_dotprod_x86.h>
#include <string.h>
#include <iostream>
#include <malloc16.h>
#include <sse_debug.h>
#include <cmath>
#include <gr_cpu.h>
#include <random.h>
Defines | |
#define | MAX_BLKS 10 |
#define | FLOATS_PER_BLK 4 |
#define | ERR_DELTA (1e-6) |
Functions | |
float | ref_float_dotprod (const float *input, const float *taps, unsigned n_4_float_blocks) |
|
|
|
|
|
|
|
|