Skip to content

Commit 06cf0ef

Browse files
add nonbreaking space between number and unit of measure (riscv#2166)
relates to riscv#2165 Signed-off-by: Kevin Broch <[email protected]>
1 parent 853e233 commit 06cf0ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/supervisor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ algorithm are performed using width PTESIZE.
15831583
[NOTE]
15841584
====
15851585
This implies, for example, that an Sv48 implementation may not use two
1586-
separate 4B reads to non-atomically access a single 8B PTE, and that A/D
1586+
separate 4{nbsp}B reads to non-atomically access a single 8{nbsp}B PTE, and that A/D
15871587
bit updates performed by the implementation are treated as atomically
15881588
updating the entire PTE, rather than just the A and/or D bit alone (even
15891589
though the PTE value does not otherwise change).

src/zc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ calling the millicode _save/restore_ routines and so may also perform better.
11511151

11521152
[NOTE]
11531153
====
1154-
The calls to _<riscv_save_0>/<riscv_restore_0>_ become 64-bit when the target functions are out of the ±1MB range, increasing the prologue/epilogue size to 22-bytes.
1154+
The calls to _<riscv_save_0>/<riscv_restore_0>_ become 64-bit when the target functions are out of the ±1{nbsp}MB range, increasing the prologue/epilogue size to 22-bytes.
11551155
====
11561156

11571157
[NOTE]
@@ -2332,7 +2332,7 @@ Table jump allows the linker to replace the following instruction sequences with
23322332
* 32-bit _jal_ ra calls
23332333
* 64-bit _auipc+jr_ calls to fixed locations
23342334
* 64-bit _auipc+jalr ra_ calls to fixed locations
2335-
** The _auipc+jr/jalr_ sequence is used because the offset from the PC is out of the ±1MB range.
2335+
** The _auipc+jr/jalr_ sequence is used because the offset from the PC is out of the ±1{nbsp}MB range.
23362336

23372337
If a return address stack is implemented, then as _cm.jalt_ is equivalent to _jal ra_, it pushes to the stack.
23382338

src/zilsd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ The following table summarizes the required behavior:
4444
[%header]
4545
|===
4646
|Alignment |Word accesses guaranteed atomic? |Can cause misaligned trap?
47-
|8B |yes |no
48-
|4B not 8B |yes |yes
47+
|8{nbsp}B |yes |no
48+
|4{nbsp}B not 8{nbsp}B |yes |yes
4949
|else |no | yes
5050
|===
5151

0 commit comments

Comments
 (0)