Ejemplo n.º 1
0
Archivo: sdl.go Proyecto: beoran/fungo
// This function returns true if the CPU has the RDTSC instruction
func HasRDTRSC() bool {
	return i2b(int(C.SDL_HasRDTSC()))
}
Ejemplo n.º 2
0
func HasRDTSC() bool {
	return C.SDL_HasRDTSC() > 0
}
Ejemplo n.º 3
0
func HasRDTSC() bool {
	return C.SDL_HasRDTSC() == C.SDL_TRUE
}