llvm: Add support for vectorcall (X86_VectorCall) convention
This commit is contained in:
parent
3150dddb0f
commit
9af75d2bec
4 changed files with 7 additions and 1 deletions
|
@ -85,6 +85,7 @@ pub enum CallConv {
|
|||
X86StdcallCallConv = 64,
|
||||
X86FastcallCallConv = 65,
|
||||
X86_64_Win64 = 79,
|
||||
X86_VectorCall = 80
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue