dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

Is arm linux supported? #31

Closed lanqing30 closed 1 year ago

lanqing30 commented 2 years ago

I have test the demo under ubuntu x64, but I don't have a arm linux system right now, so I was wondering, is this system also work under arm linux?

hope to receive you advice.

dthuerck commented 1 year ago

Hi,

basically, it does - however, since I haven't implemented NEON SIMD intrinsics so far, you can only use the scalar mode.