mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
initial checkin
This commit is contained in:
12
MAC_SDK/Source/MACLib/Assembly/Assembly.h
Normal file
12
MAC_SDK/Source/MACLib/Assembly/Assembly.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user