Home
last modified time | relevance | path

Searched refs:fpu_word (Results 1 – 1 of 1) sorted by relevance

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dunix_main.c1305 static int fpu_word = _FPU_DEFAULT & ~(_FPU_MASK_ZM | _FPU_MASK_IM); in Sys_ConfigureFPU() local
1308 if ( current!=fpu_word) in Sys_ConfigureFPU()
1311 Com_Printf("FPU Control 0x%x (was 0x%x)\n", fpu_word, current ); in Sys_ConfigureFPU()
1312 _FPU_SETCW( fpu_word ); in Sys_ConfigureFPU()
1314 assert(fpu_word==current); in Sys_ConfigureFPU()
1318 static int fpu_word = _FPU_DEFAULT; in Sys_ConfigureFPU()
1319 _FPU_SETCW( fpu_word ); in Sys_ConfigureFPU()