configure.in:

enable -mpentiumpro for i686
source/cl_ents.c:
	a tiny abount of whites;ace/style
This commit is contained in:
Bill Currie 2000-12-12 07:18:40 +00:00
parent c765120903
commit 5c82660a2c
2 changed files with 6 additions and 10 deletions

View file

@ -977,7 +977,7 @@ if test "x$optimize" = xyes; then
MORE_CFLAGS="-march=pentium -malign-loops=2 -malign-jumps=2 -malign-functions=2"
;;
i686-*-*)
MORE_CFLAGS="-march=pentiumpro -malign-loops=2 -malign-jumps=2 -malign-functions=2"
MORE_CFLAGS="-mpentiumpro -march=pentiumpro -malign-loops=2 -malign-jumps=2 -malign-functions=2"
;;
*)
MORE_CFLAGS=""

View file

@ -184,11 +184,9 @@ PACKET ENTITY PARSING / LINKING
*/
/*
==================
CL_ParseDelta
CL_ParseDelta
Can go from either a baseline or a previous packet_entity
==================
Can go from either a baseline or a previous packet_entity
*/
int bitcounts[32]; // / just for protocol profiling
void
@ -322,12 +320,10 @@ FlushEntityPacket (void)
}
/*
==================
CL_ParsePacketEntities
CL_ParsePacketEntities
An svc_packetentities has just been parsed, deal with the
rest of the data stream.
==================
An svc_packetentities has just been parsed, deal with the
rest of the data stream.
*/
void
CL_ParsePacketEntities (qboolean delta)