now builds with --disable-asmop. NOTE: d_copy.S is still used anyway (too lazy

to figure out how to do it in C)
This commit is contained in:
Bill Currie 2000-09-11 23:13:06 +00:00
parent 81400a6374
commit 2322b564b9
3 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,7 @@
#include "quakeasm.h"
#include "asm_draw.h"
#ifdef USE_INTEL_ASM
//#ifdef USE_INTEL_ASM
.data
LCopyWidth: .long 0
@ -173,4 +173,4 @@ LLRowLoop:
popl %ebp // restore the caller's stack frame
ret
#endif /* USE_INTEL_ASM */
//#endif /* USE_INTEL_ASM */

View file

@ -32,6 +32,7 @@
#ifndef USE_INTEL_ASM
#include "qtypes.h"
// all global and static refresh variables are collected in a contiguous block
// to avoid cache conflicts.

View file

@ -34,6 +34,7 @@
#include "mathlib.h"
#include "sys.h"
#include "model.h"
vec3_t vec3_origin = {0,0,0};
int nanmask = 255<<23;