simd_packed_half4
Declaration
typealias simd_packed_half4 = SIMD4<Float16>Discussion
A vector of four 16-bit floating-point numbers with relaxed alignment.
simd::packed::half4. The alignment of this type is that of the underlying scalar element type, so you can use it to load or store from an array of that type.