arm64 NEON option in cmake #710
-
I try to build srsran with raspberry pi 5 with NEON support. From cmake output, I didn't see that it checks for NEON
Do I need a special flag to enable NEON? BTW, I can use gnb with raspberry pi 5 with SISO and 20MHz BW without any issue. |
Beta Was this translation helpful? Give feedback.
Answered by
dvdgrgrtt
Jul 8, 2024
Replies: 1 comment 1 reply
-
Hi @fllay, in principle you don't need any flag, NEON is active by default in ARM. If you want to double check, look into |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fllay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fllay,
in principle you don't need any flag, NEON is active by default in ARM. If you want to double check, look into
build/lib/phy/upper/channel_coding/ldpc/CMakeFiles/srsran_ldpc.dir
after compiling and verify that you have the neon object files like, e.g.,ldpc_decoder_neon.cpp.o