riscv-non-isa / riscv-c-api-doc

Documentation of the RISC-V C API
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
68 stars 38 forks source link

Add inline asm operand constraints for vector register #38

Closed kito-cheng closed 1 year ago

kito-cheng commented 1 year ago

We have 3 common operand constraints constraint between GCC and LLVM here:

cmuellner commented 1 year ago

The description of this PR mixes 'vd' and 'vm'. However, the actual change in the commit is correct and corresponds to the GCC implementation. LGTM.

kito-cheng commented 1 year ago

Fixed commit log :P