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] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git]
/
libclc
/
r600
/
lib
/
math
/
native_rsqrt.cl
blob
78871f3823a519c0f72e0240e872f9cc4a5aee57
1
#
include
<
clc
/
clc.h
>
2
#
include
<
clc
/
clcmacro.h
>
3
4
_CLC_OVERLOAD _CLC_DEF float native_rsqrt
(
float
x
)
5
{
6
return __builtin_r600_recipsqrt_ieeef
(
x
)
;
7
}
8
9
_CLC_UNARY_VECTORIZE
(
_CLC_OVERLOAD
_CLC_DEF
,
float
,
native_rsqrt
,
float
)
;