Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
afb60c36
Commit
afb60c36
authored
Oct 11, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Oct 11, 2016
Browse files
Merge "Fix typos in CLPF unit test" into nextgenv2
parents
bd979a16
6116141c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/clpf_test.cc
View file @
afb60c36
...
...
@@ -189,8 +189,8 @@ void test_clpf_speed(int w, int h, int depth, int iterations,
EXPECT_GT
(
ref_elapsed_time
,
elapsed_time
)
<<
"Error: ClpfSpeedTest, SIMD slower than C."
<<
std
::
endl
<<
"C time: "
<<
ref_elapsed_time
<<
"
m
s"
<<
std
::
endl
<<
"SIMD time: "
<<
elapsed_time
<<
"
m
s"
<<
std
::
endl
;
<<
"C time: "
<<
ref_elapsed_time
<<
"
u
s"
<<
std
::
endl
<<
"SIMD time: "
<<
elapsed_time
<<
"
u
s"
<<
std
::
endl
;
}
TEST_P
(
ClpfBlockTest
,
TestSIMDNoMismatch
)
{
...
...
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