From 272332bb2c7d45e9bd1ad4d2696ada6bf0bf9d02 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 27 Aug 2001 06:16:43 +0000 Subject: [PATCH] make Sys_HighFPPrecision and Sys_LowFPPrecision available in sdl --- nq/source/sys_sdl.c | 14 ++++++++++++++ qw/source/cl_sys_sdl.c | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/nq/source/sys_sdl.c b/nq/source/sys_sdl.c index d986e404f..c8299a9a8 100644 --- a/nq/source/sys_sdl.c +++ b/nq/source/sys_sdl.c @@ -189,6 +189,20 @@ Sys_ConsoleInput (void) return NULL; } + +#ifndef USE_INTEL_ASM +void +Sys_HighFPPrecision (void) +{ +} + + +void +Sys_LowFPPrecision (void) +{ +} +#endif + void Sys_Sleep (void) { diff --git a/qw/source/cl_sys_sdl.c b/qw/source/cl_sys_sdl.c index c90f48936..9a43c5a0f 100644 --- a/qw/source/cl_sys_sdl.c +++ b/qw/source/cl_sys_sdl.c @@ -194,6 +194,20 @@ Sys_ConsoleInput (void) } +#ifndef USE_INTEL_ASM +void +Sys_HighFPPrecision (void) +{ +} + + +void +Sys_LowFPPrecision (void) +{ +} +#endif + + void Sys_Sleep (void) {