summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/rsqrt.h
blob: 8fd2cbff9cb315e1fb84d10e9fd4d2b8023e6e4e (plain)
1
#define rsqrt(x) (1.f/sqrt(x))