#include <stdio.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
#include <gr_nco.h>
#include <gr_fxpt_nco.h>
Defines | |
| #define | ITERATIONS 10000000 |
Functions | |
| void | native_sincos (float *x, float *y) |
| void | fxpt_sincos (float *x, float *y) |
| void | native_sin (float *x, float *y) |
| void | fxpt_sin (float *x, float *y) |
| void | nop_fct (float *x, float *y) |
| void | nop_loop (float *x, float *y) |
| int | main (int argc, char **argv) |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.2