[x265-commits] [x265] clang: remove compilation guards around Setup_Vec_IPredPr...
Steve Borho
steve at borho.org
Fri Nov 22 22:00:09 CET 2013
details: http://hg.videolan.org/x265/rev/10f605bd0530
branches:
changeset: 5283:10f605bd0530
user: Steve Borho <steve at borho.org>
date: Fri Nov 22 14:59:34 2013 -0600
description:
clang: remove compilation guards around Setup_Vec_IPredPrimitives_sse41()
Now that a number of primitives have been replace by assembly, the functions
are safe.
diffstat:
source/common/vec/vec-primitives.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r e5db4a4859ee -r 10f605bd0530 source/common/vec/vec-primitives.cpp
--- a/source/common/vec/vec-primitives.cpp Fri Nov 22 12:46:19 2013 -0600
+++ b/source/common/vec/vec-primitives.cpp Fri Nov 22 14:59:34 2013 -0600
@@ -88,9 +88,7 @@ void Setup_Vector_Primitives(EncoderPrim
#ifdef HAVE_SSE4
if (cpuMask & X265_CPU_SSE4)
{
-#if !defined(__clang__)
Setup_Vec_IPredPrimitives_sse41(p);
-#endif
Setup_Vec_PixelPrimitives_sse41(p);
Setup_Vec_IPFilterPrimitives_sse41(p);
Setup_Vec_DCTPrimitives_sse41(p);
More information about the x265-commits
mailing list