[x265] [PATCH] pixel: modified sse_sp64 to clear the bug
yuvaraj at multicorewareinc.com
yuvaraj at multicorewareinc.com
Tue Oct 15 08:02:48 CEST 2013
# HG changeset patch
# User Yuvaraj Venkatesh <yuvaraj at multicorewareinc.com>
# Date 1381816740 -19800
# Tue Oct 15 11:29:00 2013 +0530
# Node ID 9493e8bb3581b547a5c9f2e13cffb83958b24654
# Parent d2d9bfc6a7a1ad278a0e05db2aee91ed8ddba0df
pixel: modified sse_sp64 to clear the bug.
diff -r d2d9bfc6a7a1 -r 9493e8bb3581 source/common/vec/pixel-sse41.cpp
--- a/source/common/vec/pixel-sse41.cpp Tue Oct 15 11:27:59 2013 +0530
+++ b/source/common/vec/pixel-sse41.cpp Tue Oct 15 11:29:00 2013 +0530
@@ -5268,6 +5268,7 @@
{
__m128i T00, T01, T02;
__m128i T10, T11, T12, T13;
+ __m128i sign;
T00 = _mm_loadu_si128((__m128i*)(fenc));
T01 = _mm_loadu_si128((__m128i*)(fref));
More information about the x265-devel
mailing list