mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 04:32:24 +00:00
configure.in:
enable -mpentiumpro for i686 source/cl_ents.c: a tiny abount of whites;ace/style
This commit is contained in:
parent
c765120903
commit
5c82660a2c
2 changed files with 6 additions and 10 deletions
|
@ -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=""
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue