I'm trying to find an assembly optimized method for RGB8 to RGB32 image conversion. Source is an 8 bits grey image, Destination should be an 32 bits grey image (BGRA) with 4th channel (alpha) to be ignored. Source address is not guaranteed to be 16 byte aligned, Count is a [...] read more