myrao / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CopyRow_AVX #363

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AVX can copy 32 bytes at a time, unaligned.
Haswell has a faster ERMS version, but consider AVX support for SandyBridge

Original issue reported on code.google.com by fbarch...@google.com on 29 Sep 2014 at 4:43

GoogleCodeExporter commented 8 years ago
fixed in r1098.

Original comment by fbarch...@google.com on 30 Sep 2014 at 1:26