Velaron / cs16-client

Other
78 stars 17 forks source link

Problem when building on debian sid armv7l #79

Closed Artem-coderh closed 3 months ago

Artem-coderh commented 3 months ago
/root/cs16/cs16-client/3rdparty/yapb/ext/crlib/crlib/simd.h:69:38: error: cannot convert ‘float32x4_’ to ‘int32x4_t’
   69 |       return vbicq_s32 (simd::div_ps (v0, v1), vceqq_f32 (v1, vdupq_n_f32 (0)));
      |                         ~~~~~~~~~~~~~^~~~~~~~
      |                                      |
      |                                      float32x4_t
In file included from /root/cs16/cs16-client/3rdparty/yapb/ext/crlib/crlib/simd.h:19:
jeefo commented 3 months ago

Update submodules recursively, should be ok.

Artem-coderh commented 3 months ago

Thank you!