complex_dotprod_x86.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
#ifndef _COMPLEX_DOTPROD_X86_H_
00024
#define _COMPLEX_DOTPROD_X86_H_
00025
00026
#ifdef __cplusplus
00027
extern "C" {
00028
#endif
00029
00030
void
00031
complex_dotprod_3dnow (
const short *input,
00032
const float *taps,
unsigned n_2_complex_blocks,
float *result);
00033
00034
void
00035
complex_dotprod_3dnowext (
const short *input,
00036
const float *taps,
unsigned n_2_complex_blocks,
float *result);
00037
00038
void
00039
complex_dotprod_sse (
const short *input,
00040
const float *taps,
unsigned n_2_complex_blocks,
float *result);
00041
00042
#ifdef __cplusplus
00043
}
00044
#endif
00045
00046
#endif
Generated on Wed Aug 4 02:22:03 2004 for GNU Radio by
1.3.8