blake3 icon indicating copy to clipboard operation
blake3 copied to clipboard

Better AVX2 code

Open zeebo opened this issue 6 years ago • 0 comments

Upstream has some hand-tuned and scheduled AVX2 code that would be good to test out. It shouldn't be too hard to write a simple sed script to take the .s and turn it into a Go .s to see if it's even worth it.

Other ideas:

  • Redo the analysis and look at uops.info
  • Change the avo code to generate something closer

zeebo avatar Mar 27 '20 22:03 zeebo