1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00

Added CPU_FEATURES_COMPILED_MIPS_MIPS3D

This commit is contained in:
Carles Fernandez 2022-07-16 09:48:50 +02:00
parent 50ebe6353e
commit 931cc05c65
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -215,6 +215,11 @@
#else
#define CPU_FEATURES_COMPILED_MIPS_MSA 0
#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)
////////////////////////////////////////////////////////////////////////////////