Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IceT
IceT
Commits
61267caa
Commit
61267caa
authored
Feb 19, 2015
by
Kenneth Moreland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add radix-kr to list of testing single image strategies
I had meant to add it earlier, but I did it wrong.
parent
719ead2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/test_common.c
tests/test_common.c
+2
-2
No files found.
tests/test_common.c
View file @
61267caa
...
...
@@ -38,7 +38,7 @@ int STRATEGY_LIST_SIZE = 5;
/* int STRATEGY_LIST_SIZE = 1; */
IceTEnum
single_image_strategy_list
[
5
];
int
SINGLE_IMAGE_STRATEGY_LIST_SIZE
=
4
;
int
SINGLE_IMAGE_STRATEGY_LIST_SIZE
=
5
;
/* int SINGLE_IMAGE_STRATEGY_LIST_SIZE = 1; */
IceTSizeType
SCREEN_WIDTH
;
...
...
@@ -238,7 +238,7 @@ void initialize_test(int *argcp, char ***argvp, IceTCommunicator comm)
single_image_strategy_list
[
0
]
=
ICET_SINGLE_IMAGE_STRATEGY_AUTOMATIC
;
single_image_strategy_list
[
1
]
=
ICET_SINGLE_IMAGE_STRATEGY_BSWAP
;
single_image_strategy_list
[
2
]
=
ICET_SINGLE_IMAGE_STRATEGY_RADIXK
;
single_image_strategy_list
[
3
]
=
ICET_SINGLE_IMAGE_STRATEGY_RADIXK
;
single_image_strategy_list
[
3
]
=
ICET_SINGLE_IMAGE_STRATEGY_RADIXK
R
;
single_image_strategy_list
[
4
]
=
ICET_SINGLE_IMAGE_STRATEGY_TREE
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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