]> Cypherpunks repositories - gostls13.git/commit
all: align cpu feature variable offset naming
authorMartin Möhrmann <moehrmann@google.com>
Fri, 24 Aug 2018 09:02:00 +0000 (11:02 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Fri, 24 Aug 2018 18:40:16 +0000 (18:40 +0000)
commit05c02444eb2d8b8d3ecd949c4308d8e2323ae087
treee578be0855d35afba810156ae16f37dc656da453
parent961eb13b6781907b5bfe4a7b22f68206020c4468
all: align cpu feature variable offset naming

Add an "offset_" prefix to all cpu feature variable offset constants to
signify that they are not boolean cpu feature variables.

Remove _ from offset constant names.

Change-Id: I6e22a79ebcbe6e2ae54c4ac8764f9260bb3223ff
Reviewed-on: https://go-review.googlesource.com/131215
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
15 files changed:
src/internal/bytealg/bytealg.go
src/internal/bytealg/compare_amd64.s
src/internal/bytealg/count_amd64.s
src/internal/bytealg/equal_386.s
src/internal/bytealg/equal_amd64.s
src/internal/bytealg/index_amd64.s
src/internal/bytealg/indexbyte_amd64.s
src/internal/bytealg/indexbyte_s390x.s
src/runtime/asm_386.s
src/runtime/cpuflags.go
src/runtime/memclr_386.s
src/runtime/memclr_amd64.s
src/runtime/memmove_386.s
src/runtime/memmove_amd64.s
src/runtime/vlop_arm.s