diff --git a/include/dmlc/omp.h b/include/dmlc/omp.h index 0ef35e329b..8b8e506b54 100644 --- a/include/dmlc/omp.h +++ b/include/dmlc/omp.h @@ -11,7 +11,7 @@ #include #else -#if defined(__ANDROID__) && defined(__AARCH64EL__) +#if defined(__ANDROID__) #define __GOMP_NOTHROW #elif defined(__cplusplus) #define __GOMP_NOTHROW throw()