min抽象方法

Float32x4 min(
  1. Float32x4 other
)

在这个Float32x4other中按通道的最小值。

实现

Float32x4 min(Float32x4 other);