More clang fixes. xenia-kernel is clean.

This commit is contained in:
Ben Vanik
2015-07-19 21:29:06 -07:00
parent bebda48a4f
commit 5bd7833e87
15 changed files with 83 additions and 92 deletions

View File

@@ -16,6 +16,8 @@
#if XE_PLATFORM_MAC
#include <libkern/OSAtomic.h>
#elif XE_PLATFORM_WIN32
#include <intrin.h>
#endif // XE_PLATFORM_MAC
namespace xe {

View File

@@ -55,11 +55,11 @@
#define NOMINMAX // Don't want windows.h including min/max macros.
#endif // XE_PLATFORM_WIN32
#if XE_COMPILER_MSVC
#if XE_PLATFORM_WIN32
#include <intrin.h>
#else
#include <x86intrin.h>
#endif // XE_COMPILER_MSVC
#endif // XE_PLATFORM_WIN32
namespace xe {