mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 18:35:41 +01:00 
			
		
		
		
	Merge "Remove TODO now that log is using fixed point." into main
This commit is contained in:
		| @@ -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]) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user