From 0e07b0d73ac1d6aa42bdf07eb7dd5508565a16e1 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Mon, 24 Sep 2012 14:18:15 +0400 Subject: [PATCH] uncommented auto enabling GCD on Mac --- modules/core/src/parallel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/parallel.cpp b/modules/core/src/parallel.cpp index c3b79a6..9618afa 100644 --- a/modules/core/src/parallel.cpp +++ b/modules/core/src/parallel.cpp @@ -44,7 +44,7 @@ #if !defined HAVE_TBB && !defined HAVE_OPENMP && !defined HAVE_GCD && !defined HAVE_CONCURRENCY #ifdef __APPLE__ - //#define HAVE_GDC + #define HAVE_GCD #elif defined _MSC_VER && _MSC_VER >= 1600 #define HAVE_CONCURRENCY #endif -- 2.7.4