turbofec
turbofec copied to clipboard
Can I use this on Nvidia Jetson AGX with armv8?
I just have compiled this project on Nvidia Jetson AGX, but got all zeros when calling decoder of turbo code. Please help!
Same problem with Raspberry Pi, ARM v8 The project doesn't support this architecture
Not the turbo decoder. That requires SSE3 instructions which are only on x86 processors and not on ARM processors.
here is a fork that work well on armv8 (testing on Raspberry Pi): turbofec-arm