Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
6e311b01
Commit
6e311b01
authored
Feb 25, 2015
by
Ghislain MARY
Browse files
Fix neon tester on non-neon platforms.
parent
0cd9fe84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
tester/mediastreamer2_neon_tester.c
tester/mediastreamer2_neon_tester.c
+1
-5
No files found.
tester/mediastreamer2_neon_tester.c
View file @
6e311b01
...
...
@@ -251,12 +251,8 @@ static void inner_product_test(void) {
}
#endif // ARM NEON
static
test_t
tests
[]
=
{
#ifdef __ARM_NEON__
{
"Inner product"
,
inner_product_test
}
#endif
};
test_suite_t
neon_test_suite
=
{
...
...
@@ -267,4 +263,4 @@ test_suite_t neon_test_suite = {
tests
};
#endif // ARM NEON
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