id386 -> USE_INTEL_ASM conversion

better HAVE_SYM_PREFIX_UNDERSCORE checking
This commit is contained in:
Bill Currie 2000-05-17 11:57:35 +00:00
parent b493557f7f
commit c83cb15ede
46 changed files with 249 additions and 193 deletions

View file

@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define QF_VERSION "newtree test build"
#if id386
#if USE_INTEL_ASM
#define UNALIGNED_OK 1 // set to 0 if unaligned accesses are not supported
#else
#define UNALIGNED_OK 0

View file

@ -87,7 +87,7 @@ surfcache_t *D_CacheSurface (msurface_t *surface, int miplevel);
extern int D_MipLevelForScale (float scale);
#if id386
#if USE_INTEL_ASM
extern void D_PolysetAff8Start (void);
extern void D_PolysetAff8End (void);
#endif

View file

@ -177,7 +177,7 @@ void R_DrawSurfaceBlock16 (void);
void R_DrawSurfaceBlock8 (void);
texture_t *R_TextureAnimation (texture_t *base);
#if id386
#if USE_INTEL_ASM
void R_DrawSurfaceBlock8_mip0 (void);
void R_DrawSurfaceBlock8_mip1 (void);