Can I use the Accelerate Framework to sum an array of unsigned 8-bit integers without converting to an array of floats.
My current approach is:
vDSP
vDSP_vfltu8( )
be fast, please file a bug report. If there's any question, file a bug report. Inadequate performance is a bug, and will be treated as such if you report it. Library writers use this sort of feedback to determine how to prioritize their work; your bug report is the difference between a function being at the front of the queue for optimization and it being #1937 in the queue.vaddw_u8( )
intrinsic.