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
[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git]
/
libclc
/
generic
/
include
/
clc
/
relational
/
isgreaterequal.h
blob
835332858d296155bb73104cedd201377d163d00
1
#undef isgreaterequal
2
3
#define __CLC_FUNCTION isgreaterequal
4
#define __CLC_BODY <clc/relational/binary_decl.inc>
5
6
#include <clc/relational/floatn.inc>
7
8
#undef __CLC_BODY
9
#undef __CLC_FUNCTION