zhaorz / FlowOnTheGo

Fast, accurate optical flows on mobile GPUs.
http://richard-zhao.com/FlowOnTheGo/
29 stars 7 forks source link

Compilation Issue missing arm_neon.h #18

Open ugurduzel opened 5 years ago

ugurduzel commented 5 years ago

Hello,

I am trying to compile with the steps written in src/README.md but having these following errors when I try to make -j. @AshwinSekar @zhaorz

fatal error: arm_neon.h: No such file or directory

error: ‘float32x4_t’ does not name a type

I'd very much appreciate if you could help.