You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+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).
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.
The text was updated successfully, but these errors were encountered: