hanchenye-llvm-project/libclc/generic/include/clc/math/rsqrt.h

2 lines
31 B
C

#define rsqrt(x) (1.f/sqrt(x))