Files
swift-mirror/test/stdlib/Accelerate_vImage.swift
simon gladman b93479c455 Fix arrayFromBuffer
A buffer's `data` may contain padding when the `rowBytes` isn't equal to the number of chanels * width * size of the element. I've updated arrayFromBuffer to return an array that excludes any `rowByte` padding.
2019-05-01 13:47:55 +01:00

28 KiB