aboutsummaryrefslogtreecommitdiff
path: root/source/row_neon.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2023-05-26 15:58:39 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-30 09:03:05 +0000
commit78d168054b9b5c98eb0e9e9a95a09f252ea95be3 (patch)
tree299f38dbc541e2cc2228905d9d83b8059e93ef67 /source/row_neon.cc
parent0e111d2c58973de9a69bd5c9b742d867b566266d (diff)
downloadlibyuv-78d168054b9b5c98eb0e9e9a95a09f252ea95be3.tar.gz
Remove extraneous quote from clobber list
Bug: None Change-Id: Ie20574d0f9c8c2f074247405b294b49c3406448d Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4568770 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Diffstat (limited to 'source/row_neon.cc')
-rw-r--r--source/row_neon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/row_neon.cc b/source/row_neon.cc
index e587a4f9..b653765c 100644
--- a/source/row_neon.cc
+++ b/source/row_neon.cc
@@ -3845,7 +3845,7 @@ void SplitUVRow_16_NEON(const uint16_t* src_uv,
"+r"(dst_v), // %2
"+r"(width) // %3
: "r"(shift) // %4
- : "cc", "memory", "q0", "q1", "q2"");
+ : "cc", "memory", "q0", "q1", "q2");
}
void MergeUVRow_16_NEON(const uint16_t* src_u,