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

Intrinsic function naming scheme for P extension. #44

Open
kito-cheng opened this issue Apr 29, 2021 · 2 comments
Open

Intrinsic function naming scheme for P extension. #44

kito-cheng opened this issue Apr 29, 2021 · 2 comments

Comments

@kito-cheng
Copy link
Member

I've create an issue on riscv-c-api-doc: riscv-non-isa/riscv-c-api-doc#18, which listed all current naming scheme for all intrinsic functions.

I think it would be great if we have consistent intrinsic function naming scheme for all extension.

@marcfedorow
Copy link

+1.
Also I disagree with __rv__sadd64 and __rv__ssub64 names.
There are __rv__kadd64 and __rv__ukadd64.
There are __rv__radd64 and __rv__uradd64.
I think we could similarly have __rv__add64 for signed tydes and __rv__uadd64 for unsigned.
(The same for subtraction insns).

@chuanhua
Copy link
Contributor

Release v0.9.6 have changed __rv__ to __rv_.

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

3 participants