Files
cuetools.net/MAC_SDK/Source/MACLib/Assembly/Assembly.h

13 lines
294 B
C
Raw Normal View History

2008-10-13 19:25:11 +00:00
#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