Fix NBNxN SIMD reference kernels
[alexxy/gromacs.git] / src / mdlib / nbnxn_kernels / nbnxn_kernel_simd_utils.h
index 9fde8f06e7c5caa2f9c53dbf7e4dd8db5c18d40d..20215c6210319420a937b811ebf391bc82f511f2 100644 (file)
 
 #ifdef GMX_SIMD_REFERENCE_PLAIN_C
 
-/* Set the stride for the lookup of the two LJ parameters from their
- * (padded) array.
- * Note that currently only arrays with stride 2 and 4 are available.
- * Since the reference code does not require alignment, we can always use 2.
- */
-static const int nbfp_stride = 2;
-
 /* Align a stack-based thread-local working array. */
 static gmx_inline int *
 prepare_table_load_buffer(const int *array)