llvm/libclc/generic/lib/math/native_recip.inc

_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_recip(__CLC_GENTYPE val) {
  return 1.0f / val;
}