mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-05 17:29:54 +08:00
[AArch64] Remove out of date TODO around ARGBMultiplyRow_NEON
The comment refers to the code needing to be re-enabled but as far as I can tell it is already enabled, so simply remove the comment. Change-Id: Id014e8b7f5cd43c8211e1d38758299de2fad49de Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5387650 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
549e798ac7
commit
ba796a32e7
@ -3679,7 +3679,6 @@ void ARGBColorMatrixRow_NEON(const uint8_t* src_argb,
|
||||
"v17", "v18", "v19", "v22", "v23", "v24", "v25");
|
||||
}
|
||||
|
||||
// TODO(fbarchard): fix vqshrun in ARGBMultiplyRow_NEON and reenable.
|
||||
// Multiply 2 rows of ARGB pixels together, 8 pixels at a time.
|
||||
void ARGBMultiplyRow_NEON(const uint8_t* src_argb,
|
||||
const uint8_t* src_argb1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user