native_rsqrt.inc 107 Bytes
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
  return 1.0f / native_sqrt(val);
}