Removed clang related restriction. Should give a speedup for some parts of rt (denoise for example) when clang is used to build rt

This commit is contained in:
heckflosse
2017-02-10 01:29:02 +01:00
parent 281982f329
commit f9bd9956c0

View File

@@ -69,7 +69,7 @@
#define ALIGNED64
#define ALIGNED16
#endif
#if !defined(__clang__) && defined _OPENMP
#if defined _OPENMP
#define _RT_NESTED_OPENMP
#endif
#endif