Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of undeclared identifier '__riscv_vfadd_vv_f32m1_mu' #134

Open
nihui opened this issue Nov 16, 2024 · 0 comments
Open

use of undeclared identifier '__riscv_vfadd_vv_f32m1_mu' #134

nihui opened this issue Nov 16, 2024 · 0 comments

Comments

@nihui
Copy link

nihui commented Nov 16, 2024

modify riscv_th_vector.h

#define __riscv_vfadd_vv_f16m1_m(mask, maskedoff, op1, op2, vl) __riscv_th_vfadd_vv_f16m1_mu(mask, maskedoff, op1, op2, vl)

to

#define __riscv_vfadd_vv_f16m1_mu(mask, maskedoff, op1, op2, vl) __riscv_th_vfadd_vv_f16m1_mu(mask, maskedoff, op1, op2, vl)

then seems working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant