Redesigned SIMD module and unit tests.
[alexxy/gromacs.git] / src / gromacs / mdlib / pme_simd4.h
index 4cd2213c5ded5b16b2522c6d5a991219389ce8dc..c49e54245a6e024c8b756287a4181cb1c7d5a847 100644 (file)
     ty_S4 = gmx_simd4_set1_r(thy[4]);
 #endif
 
-#ifdef GMX_SIMD4_HAVE_UNALIGNED
+#ifdef PME_SIMD4_UNALIGNED
     tz_S0 = gmx_simd4_loadu_r(thz-offset);
     tz_S1 = gmx_simd4_loadu_r(thz-offset+4);
 #else
     fy_S = gmx_simd4_setzero_r();
     fz_S = gmx_simd4_setzero_r();
 
-#ifdef GMX_SIMD4_HAVE_UNALIGNED
+#ifdef PME_SIMD4_UNALIGNED
     tz_S0 = gmx_simd4_loadu_r(thz-offset);
     tz_S1 = gmx_simd4_loadu_r(thz-offset+4);
     dz_S0 = gmx_simd4_loadu_r(dthz-offset);