mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 01:06:46 +08:00
try r followed by rm for clang
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/426010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@202 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
16a96645b4
commit
26becab452
@ -1730,9 +1730,9 @@ static void ScaleAddRows_SSE2(const uint8* src_ptr, int src_stride,
|
||||
"+r"(dst_ptr), // %1
|
||||
"+r"(tmp_height), // %2
|
||||
"+r"(tmp_src), // %3
|
||||
"+rm"(src_width), // %4
|
||||
"+r"(src_width), // %4
|
||||
"+rm"(src_height) // %5
|
||||
: "r"(static_cast<intptr_t>(src_stride)) // %6
|
||||
: "rm"(static_cast<intptr_t>(src_stride)) // %6
|
||||
: "memory", "cc"
|
||||
#if defined(__SSE2__)
|
||||
, "xmm0", "xmm1", "xmm2", "xmm3", "xmm4"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user