mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 13:59:51 +02:00
dsp: detect mips64 & disable mips32 code
Change-Id: Icf68dafd5cf0614ca25b36a0252caa1784ac8059
This commit is contained in:
@ -60,7 +60,7 @@ extern "C" {
|
||||
#define WEBP_USE_NEON
|
||||
#endif
|
||||
|
||||
#if defined(__mips__)
|
||||
#if defined(__mips__) && !defined(__mips64)
|
||||
#define WEBP_USE_MIPS32
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user