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
[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git]
/
libclc
/
generic
/
lib
/
math
/
fabs.cl
blob
55701cb36a9512b2ad34284ba3d988b067dca825
1
#
include
<
clc
/
clc.h
>
2
#
include
<
clc
/
clcmacro.h
>
3
#
include
<
clc
/
math
/
clc_fabs.h
>
4
5
#
undef __CLC_FUNCTION
6
#
define __CLC_FUNCTION fabs
7
#
include
<
clc
/
math
/
unary_builtin.inc
>