[x265] [PATCH] pixel8.inc: Uncrustified
praveen at multicorewareinc.com
praveen at multicorewareinc.com
Sun Aug 25 07:08:06 CEST 2013
# HG changeset patch
# User praveentiwari
# Date 1377407276 -19800
# Node ID 5e31b5b7fbe5c908d4545d4db526aebca16d0fa2
# Parent c881d82f9d8571e81da4d1b01c7e2f7ce74f96f7
pixel8.inc: Uncrustified
diff -r c881d82f9d85 -r 5e31b5b7fbe5 source/common/vec/pixel8.inc
--- a/source/common/vec/pixel8.inc Fri Aug 23 23:07:47 2013 -0500
+++ b/source/common/vec/pixel8.inc Sun Aug 25 10:37:56 2013 +0530
@@ -1110,7 +1110,8 @@
return _mm_cvtsi128_si32(sum0);
}
-#endif
+
+#endif /* if INSTRSET >= X265_CPU_LEVEL_SSE41 */
template<int ly>
int sad_24(pixel *fenc, intptr_t fencstride, pixel *fref, intptr_t frefstride)
@@ -2340,7 +2341,8 @@
}
}
}
-#endif
+
+#endif /* if INSTRSET >= X265_CPU_LEVEL_SSE41 */
/* For performance - This function assumes that the *last load* can access 16 elements. */
template<int ly>
More information about the x265-devel
mailing list