macOS improvements

This commit is contained in:
Michel Mastriani
2020-05-02 15:19:14 -03:00
parent 806fe142b1
commit af56d633cf
4 changed files with 67 additions and 33 deletions

4
Source/EmberCL/EmberCLPch.h Normal file → Executable file
View File

@ -53,3 +53,7 @@ using namespace std;
using namespace EmberNs;
//#define TEST_CL 1
//#define TEST_CL_BUFFERS 1
#ifdef __APPLE__
#define KNL_USE_GLOBAL_CONSEC
#endif