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
Trying to compile the tests for a custom rv32im target with softfloat on a riscv toolchain built for this exact target I ran into the following errors while building the vec-sgemm benchmark:
The issue is the fact that vec_sgemm_nn function is written in 64 bit assembly (making use of ld/sd instructions). This effectively ignores the configuration specified by the configure script and what was specified for the make command: