Cog/Libraries/MAC/mac-src/src/MACLib/Assembly/Assembly.h
2006-04-17 13:04:09 +00:00

12 lines
281 B
C

#ifndef APE_ASSEMBLY_H
#define APE_ASSEMBLY_H
extern "C"
{
void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
int CalculateDotProduct(const short * pA, const short * pB, int nOrder);
BOOL GetMMXAvailable();
}
#endif // #ifndef APE_ASSEMBLY_H