Skip to content
Snippets Groups Projects
Commit 0dc4cbb0 authored by Yaowu Xu's avatar Yaowu Xu
Browse files

sad_avx2.c: add hints for clang-foramt

Change-Id: I721c52e69395a99b3a0395dc229de1cbb32670e9
parent 497f27ed
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment