uncommented auto enabling GCD on Mac
This commit is contained in:
parent
9c89947433
commit
0e07b0d73a
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#if !defined HAVE_TBB && !defined HAVE_OPENMP && !defined HAVE_GCD && !defined HAVE_CONCURRENCY
|
#if !defined HAVE_TBB && !defined HAVE_OPENMP && !defined HAVE_GCD && !defined HAVE_CONCURRENCY
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
//#define HAVE_GDC
|
#define HAVE_GCD
|
||||||
#elif defined _MSC_VER && _MSC_VER >= 1600
|
#elif defined _MSC_VER && _MSC_VER >= 1600
|
||||||
#define HAVE_CONCURRENCY
|
#define HAVE_CONCURRENCY
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user