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

Wrong argument names for .vf widening multiply-add intrinsics #356

Open
dzaima opened this issue Aug 2, 2024 · 0 comments
Open

Wrong argument names for .vf widening multiply-add intrinsics #356

dzaima opened this issue Aug 2, 2024 · 0 comments

Comments

@dzaima
Copy link

dzaima commented Aug 2, 2024

e.g.

vfloat32mf2_t __riscv_vfwmaccbf16_vf_f32mf2(vfloat32mf2_t vd, __bf16 vs1,
vbfloat16mf4_t vs2, size_t vl);

__bf16 vs1 should be __bf16 rs1.

Similarly, auto-generated/intrinsic_funcs.adoc has:

vfloat32mf2_t __riscv_vfwmacc_vf_f32mf2(vfloat32mf2_t vd, _Float16 vs1,
                                        vfloat16mf4_t vs2, size_t vl);
...
vfloat64m1_t __riscv_vfwnmsac_vf_f64m1(vfloat64m1_t vd, float vs1,
                                       vfloat32mf2_t vs2, size_t vl);
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