You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
examples Mbms fixes (#225) 7 years ago
include Fixes for srsLTE on ARM (#229) 6 years ago
src Fixes for srsLTE on ARM (#229) 6 years ago
test Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
CMakeLists.txt Fixing srslte library headers install 8 years ago