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
5fe848cb
Commit
5fe848cb
authored
Jan 26, 2017
by
James Willis
Browse files
Only use #pragma novector if compiling with ICC.
parent
0605989b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/benchmarkInteractions.c
View file @
5fe848cb
...
...
@@ -279,8 +279,10 @@ void test_interactions(struct part test_part, struct part *parts, size_t count,
}
const
ticks
tic
=
getticks
();
/* Perform serial interaction */
/* Perform serial interaction */
#ifdef __ICC
#pragma novector
#endif
for
(
size_t
i
=
0
;
i
<
count
;
i
++
)
{
IACT
(
r2
[
i
],
&
(
dx
[
3
*
i
]),
pi_serial
.
h
,
pj_serial
[
i
].
h
,
&
pi_serial
,
&
pj_serial
[
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