Closed
Description
When building OpenBLAS with T-head 2.6.1 toolchain, the following multiples errors are found.
error: incompatible types when assigning to type 'vfloat32m4_t' from type 'int'
35 | #define VLSEV_FLOAT vlse_v_f32m4
| ^~~~~~~~~~~~
note: in expansion of macro 'VLSEV_FLOAT'
130 | vy = VLSEV_FLOAT(&y[iy], stride_y, gvl);
| ^~~~~~~~~~~
error: incompatible types when assigning to type 'vfloat32m4_t' from type 'int'
34 | #define VLEV_FLOAT vle_v_f32m4
| ^~~~~~~~~~~
note: in expansion of macro 'VLEV_FLOAT'
145 | vx = VLEV_FLOAT(&x[j], gvl);
Refer to #4024 for the build CI to test the problem.
Metadata
Metadata
Assignees
Labels
No labels