Operatorswift 6.1.2Swift
.!=(_:_:)
A vector mask with the result of a pointwise inequality comparison.
- iOS
- 14.0+
- macOS
- 11.0+
- tvOS
- 14.0+
- watchOS
- 7.0+
static func .!= (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> A vector mask with the result of a pointwise inequality comparison.
static func .!= (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> ss5SIMD4Vss7Float16VRszrlE3zneoiys8SIMDMaskVyABys5Int16VGGAByADG_ALtFZ What are these?20KI6where Scalar == Float16import Swift@frozen struct SIMD4<Scalar> where Scalar : SIMDScalarA vector of four scalar values.
@frozen struct SIMDMask<Storage> where Storage : SIMD, Storage.Scalar : FixedWidthInteger, Storage.Scalar : SignedIntegertypealias MaskStorage = SIMD4<Scalar.SIMDMaskScalar>@frozen struct Float16A half-precision (16b), floating-point value type.
static func .< (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than comparison.
static func .<= (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than-or-equal-to comparison.
static func .== (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> A vector mask with the result of a pointwise equality comparison.
static func .> (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than comparison.
static func .>= (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMDMask<SIMD4<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than-or-equal-to comparison.