Merge "MIPS: detect mips32r6 and disable mips32r1 code"
This commit is contained in:
commit
b564f7c7d5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user