mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
Add bundle align to HalfRow function for NaCL
BUG=271 TESTED=nacl validator passes R=ryanpetrie@google.com Review URL: https://webrtc-codereview.appspot.com/2368005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@809 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
8b0cdb4a6e
commit
2476ddecb6
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 808
|
||||
Version: 809
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 808
|
||||
#define LIBYUV_VERSION 809
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||
|
||||
@ -5629,6 +5629,7 @@ void HalfRow_SSE2(const uint8* src_uv, int src_uv_stride,
|
||||
asm volatile (
|
||||
"sub %0,%1 \n"
|
||||
".p2align 4 \n"
|
||||
BUNDLEALIGN
|
||||
"1: \n"
|
||||
"movdqa "MEMACCESS(0)",%%xmm0 \n"
|
||||
MEMOPREG(pavgb,0x00,0,3,1,xmm0) // pavgb (%0,%3),%%xmm0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user