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
6a15034a
Commit
6a15034a
authored
Nov 08, 2017
by
James Willis
Browse files
Commented definition of icount and icount_align.
parent
135f0133
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
6a15034a
...
...
@@ -612,6 +612,8 @@ __attribute__((always_inline)) INLINE void runner_doself1_density_vec(
}
}
/* The number of interactions for pi and the padded version of it to
* make it a multiple of VEC_SIZE. */
int
icount
=
0
,
icount_align
=
0
;
/* Find all of particle pi's interacions and store needed values in the
...
...
@@ -809,6 +811,9 @@ __attribute__((always_inline)) INLINE void runner_doself_subset_density_vec(
cell_cache
->
z
[
i
]
=
v_piz
.
f
[
0
];
}
}
/* The number of interactions for pi and the padded version of it to
* make it a multiple of VEC_SIZE. */
int
icount
=
0
,
icount_align
=
0
;
/* Find all of particle pi's interacions and store needed values in the
...
...
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