segmentio / asm

Go library providing algorithms optimized to leverage the characteristics of modern CPUs
MIT No Attribution
869 stars 36 forks source link

build: upgrade to avo v0.4.0 #61

Closed mmcloughlin closed 2 years ago

mmcloughlin commented 2 years ago

Upgrade avo dependency to v0.4.0.

Rerun code generation with make --always-make build. Note this had the side-effect of adding go:build lines to all assembly files.

Updates mmcloughlin/avo#229