Skip to content

Commit 93af141

Browse files
authored
Merge pull request #301 from riscv-non-isa/remove-code-model-alias
Revert "Add note to mention medlow also called small in certain toolc…
2 parents ae36223 + c17e90f commit 93af141

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

riscv-elf.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ lui a0, 0x80000 # a0 = 0xffffffff80000000
5959
addi a0, a0, -0x800 # a0 = a0 + -2048 = 0xFFFFFFFF7FFFF800
6060
----
6161

62-
NOTE: `medlow` also called small code model in certain toolchain implementation
63-
like LLVM.
64-
6562
=== Medium any code model
6663

6764
The medium any code model, or `medany`, allows the code to address the range

0 commit comments

Comments
 (0)