Merge "Remove TODO now that log is using fixed point." into main

This commit is contained in:
Vincent Rabaud 2024-07-11 20:11:37 +00:00 committed by Gerrit Code Review
commit 952a989b1b

View File

@ -232,10 +232,7 @@ static void AddVectorEq_SSE2(const uint32_t* a, uint32_t* out, int size) {
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Entropy // Entropy
// TODO(https://crbug.com/webp/499): this function produces different results #if !defined(WEBP_HAVE_SLOW_CLZ_CTZ)
// from the C code due to use of double/float resulting in output differences
// when compared to -noasm.
#if !(defined(WEBP_HAVE_SLOW_CLZ_CTZ) || defined(__i386__) || defined(_M_IX86))
static uint64_t CombinedShannonEntropy_SSE2(const uint32_t X[256], static uint64_t CombinedShannonEntropy_SSE2(const uint32_t X[256],
const uint32_t Y[256]) { const uint32_t Y[256]) {