Skip to content

Commit e7351c0

Browse files
vleonencherrymui
authored andcommitted
runtime: use DC ZVA instead of its encoding in WORD in arm64 memclr
Change-Id: I900a96b985f4d9378d25b9256c4274610fc2f70e Reviewed-on: https://go-review.googlesource.com/c/go/+/698417 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 6cbe092 commit e7351c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/memclr_arm64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ aligned:
176176

177177
PCALIGN $16
178178
loop_zva:
179-
WORD $0xd50b7420 // DC ZVA, R0
179+
DC ZVA, R0
180180
ADD R5, R0, R0
181181
SUBS R5, R1, R1
182182
BHS loop_zva

0 commit comments

Comments
 (0)