File: Assembly.h

package info (click to toggle)
libjmac-java 1.74-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,780 kB
  • sloc: java: 9,279; cpp: 4,375; xml: 369; makefile: 31; sh: 12
file content (12 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
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