]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: make arm64 capability bits naming less verbose
authorMartin Möhrmann <moehrmann@google.com>
Sun, 4 Feb 2018 20:23:25 +0000 (21:23 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Wed, 14 Feb 2018 09:25:34 +0000 (09:25 +0000)
commit57020705f321d5c652c38ace050e78e2455cd07e
tree82a960946f3b8b835f21e7bc1db99ad262244407
parent0e1bcfc63886315fe16a958b03b4174d5cfa0cfa
internal/cpu: make arm64 capability bits naming less verbose

This makes the constant names less verbose and aligns them more
with the Linux kernel which uses HWCAP_XXX for the constant names.

Change-Id: Ia7d079b59b57978adc045945951eaa1d99b41fac
Reviewed-on: https://go-review.googlesource.com/91738
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/cpu/cpu_arm64.go