Int32x4 operator ~/(Int32x4 other) => Int32x4( x ~/ other.x, y ~/ other.y, z ~/ other.z, w ~/ other.w, );