* Added Q_isnan for NaN tests with -ffast-math

* Fixed UT/OpenAL work around
This commit is contained in:
Tim Angus 2006-01-19 20:28:12 +00:00
parent 73e4d33d3b
commit 58c8175024
3 changed files with 27 additions and 9 deletions

View file

@ -557,6 +557,7 @@ void MakeNormalVectors( const vec3_t forward, vec3_t right, vec3_t up );
void MatrixMultiply(float in1[3][3], float in2[3][3], float out[3][3]);
void AngleVectors( const vec3_t angles, vec3_t forward, vec3_t right, vec3_t up);
void PerpendicularVector( vec3_t dst, const vec3_t src );
int Q_isnan( float x );
//=============================================