Fixed includes.

This commit is contained in:
bkaradzic
2012-11-27 22:14:18 -08:00
parent 6d911800f2
commit cd52ad2e5b
2 changed files with 3 additions and 5 deletions

View File

@@ -11,11 +11,7 @@
#define BX_FLOAT4_INLINE BX_FORCE_INLINE
#if BX_COMPILER_MSVC && (BX_ARCH_64BIT || _M_IX86_FP >= 2)
# define __SSE2__
#endif // BX_COMPILER_
#if defined(__SSE2__)
#if defined(__SSE2__) || (BX_COMPILER_MSVC && (BX_ARCH_64BIT || _M_IX86_FP >= 2) )
# include "float4_sse.h"
#elif 0 // __ARM_NEON__
# include "float4_neon.h"

View File

@@ -6,9 +6,11 @@
#ifndef __BX_READERWRITER_H__
#define __BX_READERWRITER_H__
#include <stdio.h>
#include <string.h>
#include "bx.h"
#include "uint32_t.h"
#if BX_COMPILER_MSVC
# define fseeko64 _fseeki64