Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
0dc4cbb0
Commit
0dc4cbb0
authored
Sep 06, 2016
by
Yaowu Xu
Browse files
sad_avx2.c: add hints for clang-foramt
Change-Id: I721c52e69395a99b3a0395dc229de1cbb32670e9
parent
497f27ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
aom_dsp/x86/sad_avx2.c
View file @
0dc4cbb0
...
...
@@ -81,8 +81,10 @@
FSAD32_H(32); \
FSAD32_H(16);
FSAD64
;
FSAD32
;
/* clang-format off */
FSAD64
FSAD32
/* clang-format on */
#undef FSAD64
#undef FSAD32
...
...
@@ -170,8 +172,10 @@ FSAD32;
FSADAVG32_H(32); \
FSADAVG32_H(16);
FSADAVG64
;
FSADAVG32
;
/* clang-format off */
FSADAVG64
FSADAVG32
/* clang-format on */
#undef FSADAVG64
#undef FSADAVG32
...
...
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