aboutsummaryrefslogtreecommitdiff
path: root/sp/src/mathlib/3dnow.h
blob: c39b2ec5c98e7b1188e422c4888249b7be91f554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=====================================================================================//

#ifndef _3DNOW_H
#define _3DNOW_H

float _3DNow_Sqrt(float x);
float _3DNow_RSqrt(float x);
float FASTCALL _3DNow_VectorNormalize (Vector& vec);
void FASTCALL _3DNow_VectorNormalizeFast (Vector& vec);
float _3DNow_InvRSquared(const float* v);

#endif // _3DNOW_H