Better altivec cvar handling. Should fix crashes at startup, or curious

people that toggle it on at runtime on a G3.
This commit is contained in:
Ryan C. Gordon 2005-12-04 21:40:25 +00:00
parent dd4dce194e
commit ff9c89f8fe
4 changed files with 42 additions and 11 deletions

View file

@ -1033,6 +1033,8 @@ unsigned int Sys_ProcessorCount( void );
int Sys_MonkeyShouldBeSpanked( void );
qboolean Sys_DetectAltivec( void );
/* This is based on the Adaptive Huffman algorithm described in Sayood's Data
* Compression book. The ranks are not actually stored, but implicitly defined
* by the location of a node within a doubly-linked list */