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

2 lines
31 B
C
Raw Normal View History

2014-10-27 20:37:26 +08:00
#define rsqrt(x) (1.f/sqrt(x))