simd_half4
A vector of four 16-bit floating-point elements.
Declaration
typealias simd_half4 = SIMD4<Float16>Topics
Functions to create four-element vectors from other vectors
simd_make_half4(_:)simd_make_half4(_:)simd_make_half4(_:)simd_make_half4(_:)simd_make_half4(_:)simd_make_half4(_:)simd_make_half4(_:_:)simd_make_half4_undef(_:)simd_make_half4_undef(_:)
Functions to create four-element vectors from scalar values
simd_make_half4(_:)simd_make_half4(_:_:_:_:)simd_make_half4_undef(_:)simd_make_half4(_:_:)simd_make_half4(_:_:)simd_make_half4(_:_:_:)simd_make_half4(_:_:_:)simd_make_half4(_:_:_:)
Common functions
Reduce functions
Interpolation functions
Extrema functions
Reciprocal and reciprocal square root functions
simd_recip(_:)simd_rsqrt(_:)simd_precise_recip(_:)simd_precise_rsqrt(_:)simd_fast_recip(_:)simd_fast_rsqrt(_:)