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
/
include
/
math
/
clc_sqrt.h
blob
90a7c575c9bad9987f982f86ba20593355a52a36
1
#include <clc/clcfunc.h>
2
#include <clc/clctypes.h>
3
4
#define __CLC_FUNCTION __clc_sqrt
5
#define __CLC_BODY <clc/math/unary_decl.inc>
6
#include <clc/math/gentype.inc>
7
#undef __CLC_BODY
8
#undef __CLC_FUNCTION