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
Current spec requires intrinsics such as __rv_sadd64 (it is just int64 + int64), __rv_smmul (while it performs different asm insns), etc.
This raises the following questions:
If p-ext is presented, should assembler provide aliases (such as rv64/add64 as an alias of add)?
-- " --, should compiler provide zbpbo intrinsics with zbpbo names (e.g. __rv_rev)?
The text was updated successfully, but these errors were encountered:
Current spec requires intrinsics such as __rv_sadd64 (it is just int64 + int64), __rv_smmul (while it performs different asm insns), etc.
This raises the following questions:
The text was updated successfully, but these errors were encountered: