You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prebuilt.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ During testing or benchmarking, these binaries are automatically downloaded into
6
6
The RISC-V binaries are compiled using the [xPack RISC-V GCC toolchain](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack) with the options `-march=rv32im -mabi=ilp32`.
7
7
The x86 binaries are compiled by GCC with `-m32 -mno-sse -mno-sse2 -msoft-float` options and use [ieeelib](https://github.com/sysprog21/ieeelib) as the soft-fp library.
8
8
9
+
## Get executables
10
+
9
11
To fetch the prebuilt binaries manually, run:
10
12
11
13
```shell
@@ -67,3 +69,13 @@ There are still some prebuilt standalone RISC-V binaries under `build/` director
67
69
-`jit-bf.elf` : See [ezaki-k/xkon_beta](https://github.com/ezaki-k/xkon_beta)
68
70
-`readelf.elf` : See [tests/readelf](/tests/readelf)
69
71
-`smolnes.elf` : See [tests/smolnes](/tests/smolnes.c)[RV32M]
72
+
73
+
## Run benchmarks
74
+
75
+
Some benchmarks need the pre-allocated 4GB address space. Use the following command to enable it:
0 commit comments