You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on 32-bit Ubuntu Server 16.04 and 17.04. Gives a bunch of errors like this:
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/6/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
_mm_set_ps1 (float __F)
^~~~~~~~~~~
xmm_quantize_sub.c:74:21: note: called from here
vec_sum._m128 = _mm_set_ps1(0);
^~~~~~~~~~~~~~
Disabling libmp3lame in build.sh results in everything being compiled and built nicely.
The text was updated successfully, but these errors were encountered:
Tested on 32-bit Ubuntu Server 16.04 and 17.04. Gives a bunch of errors like this:
Disabling libmp3lame in
build.sh
results in everything being compiled and built nicely.The text was updated successfully, but these errors were encountered: