[x265] [PATCH] pixel: modified sse_sp64 to clear the bug
Steve Borho
steve at borho.org
Tue Oct 15 08:39:15 CEST 2013
On Tue, Oct 15, 2013 at 1:02 AM, <yuvaraj at multicorewareinc.com> wrote:
> # 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.
>
pushed, with all the sse changes folded into a single patch so all three
commits compile cleanly
> 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));
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
--
Steve Borho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131015/3e0d2d59/attachment.html>
More information about the x265-devel
mailing list