diff --git a/core/src/Kokkos_Macros.hpp b/core/src/Kokkos_Macros.hpp index 901f84367b..a884c037b3 100644 --- a/core/src/Kokkos_Macros.hpp +++ b/core/src/Kokkos_Macros.hpp @@ -224,10 +224,6 @@ #endif #endif -#if defined(KOKKOS_ARCH_AVX512MIC) -#define KOKKOS_ENABLE_RFO_PREFETCH 1 -#endif - #if defined(__MIC__) // Compiling for Xeon Phi #endif @@ -269,10 +265,6 @@ //#define KOKKOS_ENABLE_PRAGMA_LOOPCOUNT 1 //#define KOKKOS_ENABLE_PRAGMA_VECTOR 1 -#if defined(KOKKOS_ARCH_AVX512MIC) -#define KOKKOS_ENABLE_RFO_PREFETCH 1 -#endif - #if !defined(KOKKOS_IMPL_HOST_FORCEINLINE_FUNCTION) #define KOKKOS_IMPL_HOST_FORCEINLINE_FUNCTION \ inline __attribute__((always_inline))