turbofec icon indicating copy to clipboard operation
turbofec copied to clipboard

Can I use this on Nvidia Jetson AGX with armv8?

Open beegroups opened this issue 1 year ago • 3 comments

I just have compiled this project on Nvidia Jetson AGX, but got all zeros when calling decoder of turbo code. Please help!

beegroups avatar Mar 20 '23 17:03 beegroups

Same problem with Raspberry Pi, ARM v8 The project doesn't support this architecture

lgoix avatar Jun 01 '23 12:06 lgoix

Not the turbo decoder. That requires SSE3 instructions which are only on x86 processors and not on ARM processors.

junkyardhokie avatar Apr 05 '24 00:04 junkyardhokie

here is a fork that work well on armv8 (testing on Raspberry Pi): turbofec-arm

udevlog avatar May 20 '24 21:05 udevlog