Fixed warning about redefining the __SSE__ macro in VS2013
This commit is contained in:

committed by
Sergey Sharybin

parent
3361be9b6b
commit
53297e62eb
2
extern/clew/include/clew.h
vendored
2
extern/clew/include/clew.h
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user