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
e1d2900e
Commit
e1d2900e
authored
Feb 03, 2017
by
Peter W. Draper
Browse files
GCC doesn't like signed/unsigned comparisons
parent
f034a28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/benchmarkInteractions.c
View file @
e1d2900e
...
...
@@ -238,7 +238,7 @@ void test_interactions(struct part test_part, struct part *parts, size_t count,
float
dx
[
3
*
count
]
__attribute__
((
aligned
(
array_align
)));
struct
part
*
piq
[
count
],
*
pjq
[
count
];
for
(
in
t
k
=
0
;
k
<
count
;
k
++
)
{
for
(
size_
t
k
=
0
;
k
<
count
;
k
++
)
{
piq
[
k
]
=
NULL
;
pjq
[
k
]
=
NULL
;
}
...
...
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