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
Some compilation warnings that are worth looking into:
erasure_code/aarch64/ec_aarch64_dispatcher.c:54:24: warning: type of 'gf_vect_mad_sve' does not match original declaration [-Wlto-type-mismatch]
54 | return PROVIDER_INFO(gf_vect_mad_sve);
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: type mismatch in parameter 1
168 | gf_vect_mad_sve(int len, int vec, int vec_i, unsigned char *gftbls, unsigned char *src,
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: type 'int' should match type 'void'
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: 'gf_vect_mad_sve' was previously declared here
erasure_code/aarch64/ec_aarch64_dispatcher.c:37:24: warning: type of 'gf_vect_dot_prod_sve' does not match original declaration [-Wlto-type-mismatch]
37 | return PROVIDER_INFO(gf_vect_dot_prod_sve);
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: type mismatch in parameter 1
144 | gf_vect_dot_prod_sve(int len, int vlen, unsigned char *gftbls, unsigned char **src,
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: type 'int' should match type 'void'
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: 'gf_vect_dot_prod_sve' was previously declared here
erasure_code/aarch64/ec_aarch64_dispatcher.c:56:24: warning: type of 'gf_vect_mad_neon' does not match original declaration [-Wlto-type-mismatch]
56 | return PROVIDER_INFO(gf_vect_mad_neon);
The text was updated successfully, but these errors were encountered:
https://kojipkgs.fedoraproject.org//packages/isa-l/2.31.1/1.fc41/data/logs/aarch64/build.log
Some compilation warnings that are worth looking into:
erasure_code/aarch64/ec_aarch64_dispatcher.c:54:24: warning: type of 'gf_vect_mad_sve' does not match original declaration [-Wlto-type-mismatch]
54 | return PROVIDER_INFO(gf_vect_mad_sve);
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: type mismatch in parameter 1
168 | gf_vect_mad_sve(int len, int vec, int vec_i, unsigned char *gftbls, unsigned char *src,
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: type 'int' should match type 'void'
erasure_code/aarch64/ec_aarch64_highlevel_func.c:168:1: note: 'gf_vect_mad_sve' was previously declared here
erasure_code/aarch64/ec_aarch64_dispatcher.c:37:24: warning: type of 'gf_vect_dot_prod_sve' does not match original declaration [-Wlto-type-mismatch]
37 | return PROVIDER_INFO(gf_vect_dot_prod_sve);
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: type mismatch in parameter 1
144 | gf_vect_dot_prod_sve(int len, int vlen, unsigned char *gftbls, unsigned char **src,
| ^
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: type 'int' should match type 'void'
erasure_code/aarch64/ec_aarch64_highlevel_func.c:144:1: note: 'gf_vect_dot_prod_sve' was previously declared here
erasure_code/aarch64/ec_aarch64_dispatcher.c:56:24: warning: type of 'gf_vect_mad_neon' does not match original declaration [-Wlto-type-mismatch]
56 | return PROVIDER_INFO(gf_vect_mad_neon);
The text was updated successfully, but these errors were encountered: