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
We use prefix _builtin_riscv* to define builtins for RISC-V vector and other extensions in LLVM, can we keep consistancy to use the same prefix to define the same builtins for P extension?
See clang/include/clang/Basic/BuiltinsRISCV.def for detail.
The text was updated successfully, but these errors were encountered:
I think this is not a problem but only intrinsic function interfaces are defined in p spec. The spec does not specify compiler built-in style. This issue had been also discussed in riscv-non-isa/riscv-c-api-doc#19. I think you can discussed in LLVM to sync the builtin style.
We use prefix _builtin_riscv* to define builtins for RISC-V vector and other extensions in LLVM, can we keep consistancy to use the same prefix to define the same builtins for P extension?
See clang/include/clang/Basic/BuiltinsRISCV.def for detail.
The text was updated successfully, but these errors were encountered: