mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-26 13:35:00 -07:00
fix clang build
This commit is contained in:
Vendored
+1
-1
@@ -724,7 +724,7 @@ typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
|
||||
#define STBI_SSE2
|
||||
#include <emmintrin.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if !defined(__clang__) && defined(_MSC_VER)
|
||||
|
||||
#if _MSC_VER >= 1400 // not VC6
|
||||
#include <intrin.h> // __cpuid
|
||||
|
||||
Reference in New Issue
Block a user