convertElements(of:to:)
Converts 16-bit signed integers to single-precision values.
Declaration
static func convertElements<U, V>(of source: U, to destination: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Int16, V.Element == FloatParameters
- source:
The source vector.
- destination:
On output, the source values converted to single-precision values.