mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +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
|
@ -98,7 +98,7 @@ void D_WarpScreen (void)
|
|||
}
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
=============
|
||||
|
@ -119,7 +119,7 @@ void D_DrawTurbulent8Span (void)
|
|||
} while (--r_turb_spancount > 0);
|
||||
}
|
||||
|
||||
#endif // !id386
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
=============
|
||||
|
@ -254,7 +254,7 @@ void Turbulent8 (espan_t *pspan)
|
|||
}
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
=============
|
||||
|
@ -392,7 +392,7 @@ void D_DrawSpans8 (espan_t *pspan)
|
|||
#endif
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue