Commit fc34ac5b authored by fbarchard@google.com's avatar fbarchard@google.com

Fix for ARGBScale nacl validator

BUG=253
TESTED=ncval.exe newlib/Release/nacltest_x86_64.nexe
R=nfullagar@google.com

Review URL: https://webrtc-codereview.appspot.com/2066004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@767 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent f6e11399
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 766
Version: 767
License: BSD
License File: LICENSE
......
......@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 766
#define LIBYUV_VERSION 767
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
......@@ -513,6 +513,7 @@ static void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb,
"movq "MEMACCESS(0)",%%xmm0 \n"
MEMOPREG(movhps,0x00,0,1,1,xmm0) // movhps (%0,%1,1),%%xmm0
MEMOPREG(movq,0x00,0,1,2,xmm1) // movq (%0,%1,2),%%xmm1
BUNDLEALIGN
MEMOPREG(movhps,0x00,0,4,1,xmm1) // movhps (%0,%4,1),%%xmm1
"lea "MEMLEA4(0x00,0,1,4)",%0 \n"
"movq "MEMACCESS(5)",%%xmm2 \n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment