simd_half32
A vector of thirty-two 16-bit floating-point elements.
Declaration
typealias simd_half32 = SIMD32<Float16>Topics
Functions to create 32-element vectors from other vectors
simd_make_half32(_:)simd_make_half32(_:)simd_make_half32(_:)simd_make_half32(_:)simd_make_half32(_:)simd_make_half32(_:)simd_make_half32_undef(_:)simd_make_half32_undef(_:)simd_make_half32_undef(_:)simd_make_half32_undef(_:)simd_make_half32_undef(_:)simd_make_half32(_:_:)
Functions to create 32-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(_:)