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

parse sf prefix directly #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

XYenChi
Copy link

@XYenChi XYenChi commented Sep 6, 2024

want to discuss if adding a vendor attribute is better.

Although I think regarding vendor prefix as a intrinsic attribute may be a better way to maintain, but now parsing the string directly is easier.

Copy link
Member

@kito-cheng kito-cheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR will break doc gen like auto-generated/intrinsic_funcs.adoc

e.g.

-vint32m1_t __riscv_sf_vqmacc_4x8x4_i32m1(vint32m1_t vd, vint8m1_t vs1,
-                                         vint8mf2_t vs2, size_t vl);
+vint32m1_t __riscv_vqmaccu_4x8x4_i32m1(vint32m1_t vd, vint8m1_t vs1,
+                                       vint8m1_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

Successfully merging this pull request may close these issues.

2 participants