We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g.
rvv-intrinsic-doc/auto-generated/bfloat16/intrinsic_funcs.adoc
Lines 1427 to 1428 in 207ac85
__bf16 vs1 should be __bf16 rs1.
__bf16 vs1
__bf16 rs1
Similarly, auto-generated/intrinsic_funcs.adoc has:
auto-generated/intrinsic_funcs.adoc
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g.
rvv-intrinsic-doc/auto-generated/bfloat16/intrinsic_funcs.adoc
Lines 1427 to 1428 in 207ac85
__bf16 vs1
should be__bf16 rs1
.Similarly,
auto-generated/intrinsic_funcs.adoc
has:The text was updated successfully, but these errors were encountered: