Change information
Commit message:
internal/cpu,cmd/internal/obj/arm64: add SB
Add the SB (speculation barrier) instruction, and an internal/cpu
feature bit to check its availability.
Change-Id: I7c2d887ae75598f7c11cc875ec15ec3be76c09f5
Files:
- M src/cmd/internal/obj/arm64/a.out.go
- M src/cmd/internal/obj/arm64/anames.go
- M src/cmd/internal/obj/arm64/asm7.go
- M src/internal/cpu/cpu.go
- M src/internal/cpu/cpu_arm64.go
- M src/internal/cpu/cpu_arm64.s
- M src/internal/cpu/cpu_arm64_darwin.go
- M src/internal/cpu/cpu_arm64_freebsd.go
- M src/internal/cpu/cpu_arm64_hwcap.go
- M src/internal/cpu/cpu_arm64_openbsd.go
Change size: S
Delta: 10 files changed, 37 insertions(+), 3 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by David Chase
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI