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
The use of two underscores in identifiers is reserved
for the compiler's internal use according to the ANSI-C standard.
Intrinsics are indeed "the compiler's internal" stuff.
This means that B-ext and K-ext scheme are most likely improper.
Still two underscores after__rv seem to be redundant. __rv_insn and __rv_v_insn could probably be the best decision.
See also: #44, riscv-non-isa/riscv-c-api-doc#18
The text was updated successfully, but these errors were encountered:
The use of two underscores in identifiers is reserved
for the compiler's internal use according to the ANSI-C standard.
Intrinsics are indeed "the compiler's internal" stuff.
This means that B-ext and K-ext scheme are most likely improper.
Still two underscores after
__rv
seem to be redundant.__rv_insn
and__rv_v_insn
could probably be the best decision.See also: #44, riscv-non-isa/riscv-c-api-doc#18
The text was updated successfully, but these errors were encountered: