]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: remove parentheses from arm64 feature constants
authorMartin Möhrmann <moehrmann@google.com>
Mon, 30 Jul 2018 20:37:50 +0000 (22:37 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Mon, 20 Aug 2018 14:33:26 +0000 (14:33 +0000)
commit2556df0ac0bf7ddb39ece91856ad94f5676b1b07
treef6fd0a1e467d2c2bd0490934848e4fba8a4e2106
parent556971316f363233755283518dfda4b1cf5980d8
internal/cpu: remove parentheses from arm64 feature constants

The parentheses are not required for the definitions and it brings
the declaration style in line with other architectures feature bits
defined in internal/cpu.

Change-Id: I86cc3812c1488216779e0d1f0e7481687502e592
Reviewed-on: https://go-review.googlesource.com/126775
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/internal/cpu/cpu_arm64.go