Disable #pragma omp simd statement for clang builds, fixes #3324
This commit is contained in:
@@ -262,7 +262,7 @@ public:
|
||||
LUT<T> & operator+=(LUT<T> &rhs)
|
||||
{
|
||||
if (rhs.size == this->size) {
|
||||
#ifdef _OPENMP
|
||||
#ifdef _RT_NESTED_OPENMP // temporary solution to fix Issue #3324
|
||||
#pragma omp simd
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user