8 Commits (326aef443105eee02278d829907ad7a0729542af)

Author SHA1 Message Date
Andre Puschmann 4b01a2e4a0 update copyright notice 6 years ago
IgnasJ 67c8bf1368 Fixes for srsLTE on ARM (#229)
* Fix ARM NEON code compilation

Fix LV_HAVE_NEON defintion incorrecly used instead of HAVE_NEON in some places
Replace vqabsq_s32 with vabsq_f32 as vqabsq_s32 requires int type (fails to compile)
Fix missing NEON code path in mat.h in srslte_mat_2x2_mmse_csi_simd()

* Fix timestamp overflow issue on 32-bit systems with Soapy driver

'time_t secs' can be 32-bit on some systems. This causes calculation:
'secs * 1000000000;' to overflow.
6 years ago
Xavier Arteaga 0bc3be7abb Added DL CSI decoding to TM2 and TM3 7 years ago
David Rupprecht 9d71bec7b6 Unified include guards 7 years ago
Xavier Arteaga 94a06867a3 Optimized SIMD includes and solved AVX512 bugs 7 years ago
Xavier Arteaga 8078238cb5 Removed test macros from mat.h 7 years ago
Ismael Gomez 9dffa10550 fixed compiling issues 7 years ago
Xavier Arteaga d933f1b817 Renamed module algebra (it is now named mat) and moved usefl math SIMD macros to simd.h 7 years ago