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
/
native_rsqrt.inc
blob
f108145015b1e421319a8da00712fc6c799919bb
1
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
2
return 1.0f / native_sqrt(val);
3
}