Closed platini2 closed 7 months ago
For the record, i solved by using debian simde library and disabling the compile from source function in OAI.
apt-get -y install libsimde-dev && sed -i "s|install_simde_from_source $1|#install_simde_from_source $1|" ./tools/build_helper
Hi @s5uishida, I see you have been able to compile OAI on Raspi. I am trying on Debian focal and jammy and get this error. Have you have this happening to you? Any missing lib?
1777.7 /usr/include/simde/arm/neon/get_lane.h:279:5: error: cannot convert 'simde_float16x8_t' {aka 'float16x8_t'} to 'float16x4_t' 1777.7 279 | SIMDE_CONSTIFY8(vget_lane_f16, r, (HEDLEY_UNREACHABLE(), SIMDE_FLOAT16_VALUE(0.0)), lane, v); 1777.7 | ^
~~~~ 1777.7 | |