greaterThanOrEqual 抽象方法

Int32x4 greaterThanOrEqual(
  1. Float32x4 other
)

关系大于或等于。

实现

Int32x4 greaterThanOrEqual(Float32x4 other);