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
File src/engine/interpreter/fp.c uses float16_t, which is only provided by softfloat. GCC/Clang under x86 cannot handle it, resulting in compilation errors.
The text was updated successfully, but these errors were encountered:
File
src/engine/interpreter/fp.c
usesfloat16_t
, which is only provided by softfloat. GCC/Clang under x86 cannot handle it, resulting in compilation errors.The text was updated successfully, but these errors were encountered: