Fixed warning about redefining the __SSE__ macro in VS2013

This commit is contained in:
Sybren A. Stüvel
2014-11-05 17:09:27 +01:00
committed by Sergey Sharybin
parent 3361be9b6b
commit 53297e62eb

View File

@@ -350,7 +350,7 @@ typedef unsigned int cl_GLenum;
#ifdef _MSC_VER
#if defined(_M_IX86)
#if _M_IX86_FP >= 0
#if _M_IX86_FP >= 0 && !defined(__SSE__)
#define __SSE__
#endif
#if _M_IX86_FP >= 1