Contents

simd_packed_half2

Declaration

typealias simd_packed_half2 = SIMD2<Float16>

Discussion

A vector of two 16-bit floating-point numbers with relaxed alignment.

simd::packed::half2. 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.