0ad/source/lib/ia32.h
janwas 5cc814759f Initial revision
This was SVN commit r9.
2003-11-03 16:22:45 +00:00

24 lines
312 B
C
Executable File

#ifndef _M_IX86
#define __IA32_H__
#endif
#ifndef __IA32_H__
#include "types.h"
extern u64 rdtsc();
#ifndef _MCW_PC
#define _MCW_PC 0x0300 // Precision Control
#endif
#ifndef _PC_24
#define _PC_24 0x0000 // 24 bits
#endif
extern uint _control87(uint new_cw, uint mask);
#endif // #ifndef __IA32_H__