Annotation of quake1/nonintel.c, revision 1.1.1.1

1.1       root        1: //
                      2: // nonintel.c: code for non-Intel processors only
                      3: //
                      4: 
                      5: #include "quakedef.h"
                      6: #include "r_local.h"
                      7: #include "d_local.h"
                      8: 
                      9: #if !id386
                     10: 
                     11: /*
                     12: ================
                     13: R_Surf8Patch
                     14: ================
                     15: */
                     16: void R_Surf8Patch ()
                     17: {
                     18:        // we only patch code on Intel
                     19: }
                     20: 
                     21: 
                     22: /*
                     23: ================
                     24: R_Surf16Patch
                     25: ================
                     26: */
                     27: void R_Surf16Patch ()
                     28: {
                     29:        // we only patch code on Intel
                     30: }
                     31: 
                     32: 
                     33: /*
                     34: ================
                     35: R_SurfacePatch
                     36: ================
                     37: */
                     38: void R_SurfacePatch (void)
                     39: {
                     40:        // we only patch code on Intel
                     41: }
                     42: 
                     43: 
                     44: /*
                     45: ================
                     46: Sys_SetLowFPPrecision
                     47: ================
                     48: */
                     49: void Sys_SetLowFPPrecision (void)
                     50: {
                     51:        // Intel only
                     52: }
                     53: 
                     54: 
                     55: /*
                     56: ================
                     57: Sys_SetHighFPPrecision
                     58: ================
                     59: */
                     60: void Sys_SetHighFPPrecision (void)
                     61: {
                     62:        // Intel only
                     63: }
                     64: 
                     65: #endif // !id386
                     66: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.