mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 15:33:37 +02:00
Fix Mips32 and add an alias for Mips32/64.
This commit is contained in:
parent
d864585dc9
commit
fc7efb4c14
@ -52,6 +52,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__mips__) && !defined(__mips64) // mips64 also declares __mips__
|
#if defined(__mips__) && !defined(__mips64) // mips64 also declares __mips__
|
||||||
|
#define CPU_FEATURES_ARCH_MIPS32
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(CPU_FEATURES_ARCH_MIPS32) || defined(CPU_FEATURES_ARCH_MIPS64)
|
||||||
#define CPU_FEATURES_ARCH_MIPS
|
#define CPU_FEATURES_ARCH_MIPS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user