Fixed fix2float and fix10_2float macros for amd64 and emt64 CPUs.

This commit is contained in:
evilynux 2007-04-15 15:41:22 +00:00
parent 1e76bf083e
commit 835a56593d
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
#include "OGLRender.h"
#define fix2float(v) (((float)((signed long)(v))) / (float)(1<<12))
#define fix10_2float(v) (((float)((signed long)(v))) / (float)(1<<9))
#define fix2float(v) (((float)((s32)(v))) / (float)(1<<12))
#define fix10_2float(v) (((float)((s32)(v))) / (float)(1<<9))
static unsigned char GPU_screen3D[256*256*4]={0};
// Accelerationg tables