Sign in
rust
/
llvm-project
/
refs/heads/rustc/10.0-2020-05-05
/
.
/
libclc
/
generic
/
include
/
clc
/
math
/
rsqrt.h
blob: 9d49ee652262af2a8f0ad184334aaf49beb96209 [
file
] [
log
] [
blame
] [
edit
]
#define
rsqrt
(
x
)
(
1.f
/
sqrt
(
x
))