mirror of
https://github.com/webmproject/libwebp.git
synced 2025-12-23 21:46:26 +01: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