segmentio / asm

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

go.mod: update /x/sys to latest version #75

Closed kevinburkesegment closed 2 years ago

kevinburkesegment commented 2 years ago

It has some new bug fixes we can use.

Also replace a use of the "syscall" package with the x/sys/unix package, which has a compatible API.