From ba796a32e774270386075fa6f354598d757c1a3b Mon Sep 17 00:00:00 2001 From: George Steed Date: Sun, 24 Mar 2024 06:48:00 +0000 Subject: [PATCH] [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 Commit-Queue: Frank Barchard --- source/row_neon64.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/row_neon64.cc b/source/row_neon64.cc index ac22a198f..4920292cf 100644 --- a/source/row_neon64.cc +++ b/source/row_neon64.cc @@ -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,