Skip to content
Snippets Groups Projects
Commit db6f5c73 authored by James Willis's avatar James Willis
Browse files

Added comments for runner_dopair1_density_vec.

parent 7fb703af
Branches
Tags
1 merge request!320Dopair1 vectorisation merge
......@@ -1000,6 +1000,13 @@ __attribute__((always_inline)) INLINE void runner_doself1_density_vec_2(
#endif /* WITH_VECTORIZATION */
}
/**
* @brief Compute the density interactions between a cell pair (non-symmetric) using vector intrinsics.
*
* @param r The #runner.
* @param ci The first #cell.
* @param cj The second #cell.
*/
void runner_dopair1_density_vec(struct runner *r, struct cell *ci, struct cell *cj) {
#ifdef WITH_VECTORIZATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment