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
[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git]
/
libclc
/
generic
/
lib
/
relational
/
isinf.cl
blob
f6816659c6e84cf40cc759f24350e28c0ea90435
1
#
include
<
clc
/
clc.h
>
2
#
include
<
clc
/
relational
/
clc_isinf.h
>
3
4
#
define FUNCTION isinf
5
#
define __CLC_BODY
"unary_def.inc"
6
7
#
include
<
clc
/
relational
/
floatn.inc
>