Jeremy Larkin
Jeremy Larkin
Hi @zchee thanks for the PR! It does seem that we never originally put a `Makefile` build dependency between the `cpu/cpu.go` file and the generated `*.s` files. When a new...
Ah yes, this would be good to add. I had done this manually early on by just commenting out the module, but it would nice to formally support it.
Hey @carlsverre, thanks so much for the PR! Sorry I've been unable to get some eyes on this, but I'll take a look.
Oh that's an interesting idea! Assuming `N` files, would you expect that at least `N-1` files could be mapped evenly to a page size? I suspect you wouldn't want gaps...
Hi @AndreyyTs, I'm trying to set aside some time to figure out why this is impacting our builds on the `amd64` targets, but I just haven't quite had a free...
So I've dug into a bit more, and it looks like the issue is with the use of go version 1.18 as a minimum version. It seems to lack definitions...