diff --git a/tests/test27cells.c b/tests/test27cells.c index 9b590a00cafcc8c9928aa04ee0dda03739cfc5dc..148178173fd6db057d64f756285d2174997929c8 100644 --- a/tests/test27cells.c +++ b/tests/test27cells.c @@ -62,6 +62,11 @@ #define DOPAIR1_NAME "runner_dopair1_density_vec_3" #endif +#if defined(WITH_VECTORIZATION) && defined(DOPAIR1_VEC_4) +#define DOPAIR1 runner_dopair1_density_vec_4 +#define DOPAIR1_NAME "runner_dopair1_density_vec_4" +#endif + #if defined(WITH_VECTORIZATION) && defined(DOPAIR1_AUTO_VEC) #define DOPAIR1 runner_dopair1_density_auto_vec #define DOPAIR1_NAME "runner_dopair1_density_auto_vec" @@ -323,6 +328,7 @@ void runner_dopair1_density_vec(struct runner *r, struct cell *ci, struct cell * void runner_dopair1_density_vec_1(struct runner *r, struct cell *ci, struct cell *cj); void runner_dopair1_density_vec_2(struct runner *r, struct cell *ci, struct cell *cj); void runner_dopair1_density_vec_3(struct runner *r, struct cell *ci, struct cell *cj); +void runner_dopair1_density_vec_4(struct runner *r, struct cell *ci, struct cell *cj); void runner_dopair1_density_auto_vec(struct runner *r, struct cell *ci, struct cell *cj); void runner_doself1_density(struct runner *r, struct cell *ci); void runner_doself1_density_vec(struct runner *r, struct cell *ci);