mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
Added CPU_FEATURES_COMPILED_MIPS_MIPS3D. (#240)
Co-authored-by: Michael Roe <michael-roe@users.noreply.github.com>
This commit is contained in:
parent
0bf4ea0529
commit
8b3f891d9b
@ -224,6 +224,11 @@
|
|||||||
#else
|
#else
|
||||||
#define CPU_FEATURES_COMPILED_MIPS_MSA 0
|
#define CPU_FEATURES_COMPILED_MIPS_MSA 0
|
||||||
#endif // defined(__mips_msa)
|
#endif // defined(__mips_msa)
|
||||||
|
#if defined(__mips3d)
|
||||||
|
#define CPU_FEATURES_COMPILED_MIPS_MIPS3D 1
|
||||||
|
#else
|
||||||
|
#define CPU_FEATURES_COMPILED_MIPS_MIPS3D 0
|
||||||
|
#endif
|
||||||
#endif // defined(CPU_FEATURES_ARCH_MIPS)
|
#endif // defined(CPU_FEATURES_ARCH_MIPS)
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user