mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
id386 -> USE_INTEL_ASM conversion
better HAVE_SYM_PREFIX_UNDERSCORE checking
This commit is contained in:
parent
b493557f7f
commit
c83cb15ede
46 changed files with 249 additions and 193 deletions
|
@ -170,7 +170,7 @@ void R_BeginEdgeFrame (void)
|
|||
}
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
==============
|
||||
|
@ -213,10 +213,10 @@ addedge:
|
|||
} while ((edgestoadd = next_edge) != NULL);
|
||||
}
|
||||
|
||||
#endif // !id386
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
==============
|
||||
|
@ -233,10 +233,10 @@ void R_RemoveEdges (edge_t *pedge)
|
|||
} while ((pedge = pedge->nextremove) != NULL);
|
||||
}
|
||||
|
||||
#endif // !id386
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
==============
|
||||
|
@ -303,7 +303,7 @@ pushback:
|
|||
}
|
||||
}
|
||||
|
||||
#endif // !id386
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
||||
|
||||
/*
|
||||
|
@ -462,7 +462,7 @@ void R_TrailingEdge (surf_t *surf, edge_t *edge)
|
|||
}
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
==============
|
||||
|
@ -628,7 +628,7 @@ void R_GenerateSpans (void)
|
|||
R_CleanupSpan ();
|
||||
}
|
||||
|
||||
#endif // !id386
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue