摘要:
CMP dest, src0, src1, src2 Choose src1 if src0 >= 0. Otherwise, choose src2. The comparison is done per channel. dest = ((src0 >= 0) ? 1.0 : 0.0) * (s 阅读全文
posted @ 2024-11-04 12:06
opencoder
阅读(27)
评论(0)
推荐(0)
浙公网安备 33010602011771号