#ifndef DSPF_SP_DOTPROD2_
#define DSPF_SP_DOTPROD2_ 1

float DSPF_sp_dotprod2(const float * x, const float * y, const int nx);

#endif
