1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 20:46:03 +08:00

Rebuilt tier1 and mathlib for OS X using clang.

This commit is contained in:
Scott Ehlert
2013-04-27 00:18:49 -05:00
parent 01792d127f
commit 893686bf31
10 changed files with 45 additions and 23 deletions

View File

@ -172,7 +172,7 @@ float _SSE_RSqrtFast(float x)
{
Assert( s_bMathlibInitialized );
float rroot;
float rroot = 0.0f;
#ifdef _WIN32
_asm
{