mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-23 09:20:11 +02:00
Merge "MIPS: detect mips32r6 and disable mips32r1 code"
This commit is contained in:
@ -60,7 +60,7 @@ extern "C" {
|
||||
#define WEBP_USE_NEON
|
||||
#endif
|
||||
|
||||
#if defined(__mips__) && !defined(__mips64)
|
||||
#if defined(__mips__) && !defined(__mips64) && (__mips_isa_rev < 6)
|
||||
#define WEBP_USE_MIPS32
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user