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
ae526d35
Commit
ae526d35
authored
Aug 17, 2017
by
James Willis
Browse files
Updated macro names after merge with master.
parent
6437a305
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
ae526d35
...
...
@@ -272,8 +272,8 @@ __attribute__((always_inline)) INLINE static void calcRemForceInteractions(
*
icount_align
+=
pad
;
/* Initialise masks to true. */
vec_init_mask
(
int_mask
);
vec_init_mask
(
int_mask2
);
vec_init_mask
_true
(
int_mask
);
vec_init_mask
_true
(
int_mask2
);
/* Pad secondary cache so that there are no contributions in the interaction
* function. */
...
...
@@ -444,8 +444,8 @@ __attribute__((always_inline)) INLINE static void storeForceInteractions(
/* Initialise masks to true in case remainder interactions have been
* performed. */
mask_t
int_mask
,
int_mask2
;
vec_init_mask
(
int_mask
);
vec_init_mask
(
int_mask2
);
vec_init_mask
_true
(
int_mask
);
vec_init_mask
_true
(
int_mask2
);
/* Perform interactions. */
for
(
int
pjd
=
0
;
pjd
<
icount_align
;
pjd
+=
(
num_vec_proc
*
VEC_SIZE
))
{
...
...
@@ -864,7 +864,7 @@ __attribute__((always_inline)) INLINE void runner_doself2_force_vec(
}
/* Read the particles from the cell and store them locally in the cache. */
cache_read_particles
(
c
,
cell_cache
);
cache_read_
force_
particles
(
c
,
cell_cache
);
#ifdef SWIFT_DEBUG_CHECKS
for
(
int
i
=
0
;
i
<
count
;
i
++
)
{
...
...
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