aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2022-02-22 13:23:03 +0300
committerGitHub <noreply@github.com>2022-02-22 02:23:03 -0800
commit35a8890d1cd0e53c408ef9fe2ce1014ce3b8d3e1 (patch)
tree91bbd5420bc8da51696c1db250882318e86a5e05
parent25d7fc01be062b052759627333a2cb3241730910 (diff)
downloadriscv-isa-manual-35a8890d1cd0e53c408ef9fe2ce1014ce3b8d3e1.zip
riscv-isa-manual-35a8890d1cd0e53c408ef9fe2ce1014ce3b8d3e1.tar.gz
riscv-isa-manual-35a8890d1cd0e53c408ef9fe2ce1014ce3b8d3e1.tar.bz2
Zihintntl: fix chapter label (#821)
LaTeX produces this during build process: LaTeX Warning: Label `chap:zihintpause' multiply defined It looks like the `chap:zihintpause' label was copy-pasted from Zihintpause chapter. The commit sets appropriate label for the Zihintntl chapter. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
-rw-r--r--src/zihintntl.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zihintntl.tex b/src/zihintntl.tex
index 6dc7824..f71c7ac 100644
--- a/src/zihintntl.tex
+++ b/src/zihintntl.tex
@@ -1,5 +1,5 @@
\chapter{``Zihintntl'' Non-Temporal Locality Hints, Version 0.2}
-\label{chap:zihintpause}
+\label{chap:zihintntl}
The NTL instructions are HINTs that indicate that the explicit memory accesses of the immediately subsequent
instruction (henceforth ``target instruction'') exhibit poor temporal locality of reference.