removed x86 specifics from nbnxn SIMD kernels
[alexxy/gromacs.git] / include / types / nbnxn_pairlist.h
index 578aaf7f3f19650fa64faa2f42f3921c6c35d68b..2c23371c1314f219895f90d8d304dc66a632ef76 100644 (file)
@@ -240,6 +240,7 @@ typedef struct {
     real                    *x;               /* x and possibly q, size natoms*xstride              */
     real                    *simd_4xn_diag;   /* indices to set the SIMD 4xN diagonal masks    */
     real                    *simd_2xnn_diag;  /* indices to set the SIMD 2x(N+N)diagonal masks */
+    unsigned                *simd_excl_mask;  /* exclusion masks for SIMD topology exclusions  */
     int                      nout;            /* The number of force arrays                         */
     nbnxn_atomdata_output_t *out;             /* Output data structures               */
     int                      nalloc;          /* Allocation size of all arrays (for x/f *x/fstride) */