Skip to content

Use AVX for fast memory copy

Jonathon Hall requested to merge fast_copy_avx into master

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

Merge request reports