Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
db6f5c73
Commit
db6f5c73
authored
Mar 15, 2017
by
James Willis
Browse files
Added comments for runner_dopair1_density_vec.
parent
7fb703af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
db6f5c73
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment