// // nonintel.c: code for non-Intel processors only // #include "quakedef.h" #include "r_local.h" #include "d_local.h" /* ================ R_Surf8Patch ================ */ void R_Surf8Patch() { // we only patch code on Intel } /* ================ R_Surf16Patch ================ */ void R_Surf16Patch() { // we only patch code on Intel } /* ================ R_SurfacePatch ================ */ void R_SurfacePatch(void) { // we only patch code on Intel } /* ================ Sys_SetLowFPPrecision ================ */ void Sys_SetLowFPPrecision(void) { // Intel only } /* ================ Sys_SetHighFPPrecision ================ */ void Sys_SetHighFPPrecision(void) { // Intel only }