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
Revert "[GVN] MemorySSA for GVN: add optional `AllowMemorySSA`"
[llvm-project.git]
/
libclc
/
generic
/
include
/
clc
/
math
/
log10.h
blob
ec4e4ae9362dc5715117fd288588d784b856d058
1
#undef log10
2
3
#define __CLC_BODY <clc/math/unary_decl.inc>
4
#define __CLC_FUNCTION log10
5
6
#include <clc/math/gentype.inc>
7
8
#undef __CLC_BODY
9
#undef __CLC_FUNCTION