repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc][NFC] Remove extra ; in exhaustive_test.h. (#124216)
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
c
/
calling-conventions
/
vectorcall.c
blob
5e0e1e599b6aaad7309888ceb94953efbba0e260
1
int
__attribute__
((
vectorcall
))
func
(
double
a
) {
2
return
(
int
)
a
;
3
}
4
5
int
main
() {
6
return
func
(
1.0
);
// break here
7
}