Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.7.9, open source optimized multi-algo CPU miner
by
joblo
on 10/01/2018, 15:12:48 UTC
Interesting https://github.com/skywind3000/FastMemcpy

Seems that one differs from cpuminer-opt's one from avxdefs.h. Don't know if it's faster or not.

Interesting and probably faster because it's benchmark tested. He had the benefit of seeing the results
and tweaking. I gave up on super-optimizing memcpy and went with a simpler approach because all I
wanted was to avoid some the overhead to detect alignment, odd sizes and vector capabilities.
Most of the memcpy in cpuminer is with aligned data and integral sizes.