这可能是个愚蠢的问题,但我无法弄清楚......
abs 和 abs_diff 的语法是
ugentype abs (gentype x) ugentype abs_diff (gentype x,gentype y)
让我们取 x=-4 和 y=3
is there any difference between abs(-4-3) and abs_diff(-4,3) the result
两个操作都是一样的...如果我可以将 abs_diff 重写为 abs 那么为什么 khronos 给出了 2 个 abs 函数
谢谢你