simd_half3
A vector of three 16-bit floating-point elements.
Declaration
typealias simd_half3 = SIMD3<Float16>Topics
Functions to create three-element vectors from other vectors
simd_make_half3(_:)simd_make_half3(_:)simd_make_half3(_:)simd_make_half3(_:)simd_make_half3(_:)simd_make_half3(_:)simd_make_half3_undef(_:)
Functions to create three-element vectors from scalar values
simd_make_half3(_:)simd_make_half3(_:_:_:)simd_make_half3(_:_:)simd_make_half3(_:_:)simd_make_half3_undef(_:)
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(_:)