[ create a new paste ] login | about

Link: http://codepad.org/6McXOdQp    [ raw code | fork ]

C, pasted on Aug 11:
1
2
3
4
5
6
7
8
9
10
11
void SpeedTests()
{
	// Try and minimise effects of optimisation by making volatile where possible
	volatile static s16 temp16;
	volatile static f32 tempf;
	static v3f tempv3f1;
	static v3f tempv3f2;
	static std::string tempstring;
	static std::string tempstring2;
	
	{


Create a new paste based on this one


Comments: