Cog/Libraries/MAC/Files/Source/MACLib/Assembly/Assembly.h
2005-06-02 18:16:43 +00:00

12 lines
282 B
C
Executable file

#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