From f4b6d1dfea103366cce94fdc1216aec74bf6f5ff Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 30 Sep 2015 16:02:14 -0700 Subject: [PATCH] NGO stores reenabled --- lib/simd/Grid_imci.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/simd/Grid_imci.h b/lib/simd/Grid_imci.h index 63765a47..bf48ab4a 100644 --- a/lib/simd/Grid_imci.h +++ b/lib/simd/Grid_imci.h @@ -9,10 +9,10 @@ #include -#ifndef KNC_ONLY_STORES -#define _mm512_storenrngo_ps _mm512_store_ps // not present in AVX512 -#define _mm512_storenrngo_pd _mm512_store_pd // not present in AVX512 -#endif +//#ifndef KNC_ONLY_STORES +//#define _mm512_storenrngo_ps _mm512_store_ps // not present in AVX512 +//#define _mm512_storenrngo_pd _mm512_store_pd // not present in AVX512 +//#endif namespace Optimization {