Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52882 | Differences between
and this patch

Collapse All | Expand All

(-)mac-3.99/src/MACLib/Assembly/Assembly.h~ (-1 / +1 lines)
Lines 6-12 Link Here
6
	void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
6
	void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
7
	int CalculateDotProduct(const short * pA, const short * pB, int nOrder);
7
	int CalculateDotProduct(const short * pA, const short * pB, int nOrder);
8
	BOOL GetMMXAvailable();
8
	BOOL GetMMXAvailable();
9
};
9
}
10
10
11
#endif // #ifndef APE_ASSEMBLY_H
11
#endif // #ifndef APE_ASSEMBLY_H
12
12

Return to bug 52882