mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
WASM: Enable 64-bit BITS caching
Bug: webp:643 Change-Id: I4cf89575e0ebcfeaf9d84be8e188863657893a07
This commit is contained in:
parent
27731afd47
commit
eef903d04a
@ -69,6 +69,8 @@ extern "C" {
|
|||||||
#define BITS 56
|
#define BITS 56
|
||||||
#elif defined(__mips__) // MIPS
|
#elif defined(__mips__) // MIPS
|
||||||
#define BITS 24
|
#define BITS 24
|
||||||
|
#elif defined(__wasm__) // WASM
|
||||||
|
#define BITS 56
|
||||||
#else // reasonable default
|
#else // reasonable default
|
||||||
#define BITS 24
|
#define BITS 24
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user