Use AVX for fast memory copy
AVX supports 256-bit load/store and is supported on older CPUs (Sandy/Ivy Bridge). Performance on Comet Lake is the same, so use AVX everywhere and drop AVX2.
Signed-off-by: Jonathon Hall jonathon.hall@puri.sm
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
AVX supports 256-bit load/store and is supported on older CPUs (Sandy/Ivy Bridge). Performance on Comet Lake is the same, so use AVX everywhere and drop AVX2.
Signed-off-by: Jonathon Hall jonathon.hall@puri.sm