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
6116141c
Commit
6116141c
authored
Sep 26, 2016
by
Steinar Midtskogen
Committed by
Yaowu Xu
Oct 11, 2016
Browse files
Fix typos in CLPF unit test
Change-Id: Ia69bad44e47509208e3b9d306165d0872d4e92f3
parent
ebf209ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/clpf_test.cc
View file @
6116141c
...
...
@@ -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