summaryrefslogtreecommitdiffhomepage
path: root/pkg/atomicbitops/aligned_64bit.go
AgeCommit message (Collapse)Author
2021-11-01pkg/atomicbitops: support 32-bit GOARCH value "mipsle"Brad Fitzpatrick
mips was supported, but mipsle had been forgotten. Fixes google/gvisor#6804
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
PiperOrigin-RevId: 385894869
2021-05-12Use an exhaustive list of architecturesKevin Krakauer
2021-05-06fix build constraintsKevin Krakauer
2021-05-06mark types as saveableKevin Krakauer
2021-05-06Added commentsKevin Krakauer
2021-05-06Moved to atomicbitops and renamed filesKevin Krakauer