Skip to content

Commit 8cd6aac

Browse files
cia-ranagopherbot
authored andcommitted
runtime: fix URL in a comment
For various reasons Intel has suspended viewing web pages in the .ru domain, so change the domain of the documents cited in the code to the .com domain. In addition, the chapter numbers in the document were updated and fix it. Change-Id: I718be1548ec46f05ebc4f73873d4635c1d5fc76d Reviewed-on: https://go-review.googlesource.com/c/go/+/399060 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
1 parent db7183c commit 8cd6aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/memmove_amd64.s

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ gobble_mem_fwd_loop:
418418
PREFETCHNTA 0x1C0(SI)
419419
PREFETCHNTA 0x280(SI)
420420
// Prefetch values were chosen empirically.
421-
// Approach for prefetch usage as in 7.6.6 of [1]
421+
// Approach for prefetch usage as in 9.5.6 of [1]
422422
// [1] 64-ia-32-architectures-optimization-manual.pdf
423-
// https://www.intel.ru/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf
423+
// https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf
424424
VMOVDQU (SI), Y0
425425
VMOVDQU 0x20(SI), Y1
426426
VMOVDQU 0x40(SI), Y2

0 commit comments

Comments
 (0)