simd_half16
A vector of sixteen 16-bit floating-point elements.
Declaration
typealias simd_half16 = SIMD16<Float16>Topics
Functions to create 16-element vectors from other vectors
simd_make_half16(_:)simd_make_half16(_:)simd_make_half16(_:)simd_make_half16(_:)simd_make_half16(_:)simd_make_half16(_:)simd_make_half16_undef(_:)simd_make_half16_undef(_:)simd_make_half16_undef(_:)simd_make_half16_undef(_:)simd_make_half16(_:_:)
Functions to create 16-element vectors from scalar values
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(_:)