aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_netbsd_arm.go
AgeCommit message (Expand)Author
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
2020-09-28runtime: initialise cpu.HWCap on netbsd/arm64Tobias Klauser
2019-11-12runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris
2018-08-24runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann
2017-04-11runtime: use hardware divider to improve performanceBen Shi
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2015-08-07runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox
2014-12-05runtime: convert netbsd/arm to GoRuss Cox