1_CLC_OVERLOAD _CLC_DEF UGENTYPE abs_diff(GENTYPE x) {
2  return __builtin_astype((GENTYPE)(x > y ? x-y : y-x), UGENTYPE);
3}
4