mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
Remove TODO now that log is using fixed point.
Bug: webp:499 Change-Id: I39ab340ec6b5932db7535c6b7f31843c28de8415
This commit is contained in:
parent
3bd9420289
commit
dde11574b0
@ -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]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user