@@ -34,34 +34,34 @@ The prebuilt binaries in `rv32emu-prebuilt` are built from the following reposit
34
34
- primes
35
35
- qsort
36
36
- sha512
37
- - ` captcha ` : See [ tests/captcha.c] ( tests/captcha.c )
38
- - ` donut ` : See [ donut.c] ( tests/donut.c )
39
- - ` fcalc ` : See [ fcalc.c] ( tests/fcalc.c )
40
- - ` hamilton ` : See [ hamilton.c] ( tests/hamilton.c )
41
- - ` jit ` : See [ tests/jit.c] ( tests/jit.c )
42
- - ` lena ` : See [ tests/lena.c] ( tests/lena.c )
43
- - ` line ` : See [ tests/line.c] ( tests/line.c )
44
- - ` maj2random ` : See [ tests/maj2random.c] ( tests/maj2random.c )
45
- - ` mandelbrot ` : See [ tests/mandelbrot.c] ( tests/mandelbrot.c )
46
- - ` nqueens ` : See [ tests/nqueens.c] ( tests/nqueens.c )
47
- - ` nyancat ` : See [ tests/nyancat.c] ( tests/nyancat.c )
48
- - ` pi ` : See [ tests/pi.c] ( tests/pi.c )
49
- - ` puzzle ` : See [ tests/puzzle.c] ( tests/puzzle.c )
50
- - ` qrcode ` : See [ tests/qrcode.c] ( tests/qrcode.c )
51
- - ` richards ` : See [ tests/richards.c] ( tests/richards.c )
52
- - ` rvsim ` : See [ tests/rvsim.c] ( tests/rvsim.c )
53
- - ` spirograph ` : See [ tests/spirograph.c] ( tests/spirograph.c )
54
- - ` uaes ` : See [ tests/uaes.c] ( tests/uaes.c )
37
+ - ` captcha ` : See [ tests/captcha.c] ( / tests/captcha.c)
38
+ - ` donut ` : See [ tests/ donut.c] ( / tests/donut.c)
39
+ - ` fcalc ` : See [ tests/ fcalc.c] ( / tests/fcalc.c)
40
+ - ` hamilton ` : See [ tests/ hamilton.c] ( / tests/hamilton.c)
41
+ - ` jit ` : See [ tests/jit.c] ( / tests/jit.c)
42
+ - ` lena ` : See [ tests/lena.c] ( / tests/lena.c)
43
+ - ` line ` : See [ tests/line.c] ( / tests/line.c)
44
+ - ` maj2random ` : See [ tests/maj2random.c] ( / tests/maj2random.c)
45
+ - ` mandelbrot ` : See [ tests/mandelbrot.c] ( / tests/mandelbrot.c)
46
+ - ` nqueens ` : See [ tests/nqueens.c] ( / tests/nqueens.c)
47
+ - ` nyancat ` : See [ tests/nyancat.c] ( / tests/nyancat.c)
48
+ - ` pi ` : See [ tests/pi.c] ( / tests/pi.c)
49
+ - ` puzzle ` : See [ tests/puzzle.c] ( / tests/puzzle.c)
50
+ - ` qrcode ` : See [ tests/qrcode.c] ( / tests/qrcode.c)
51
+ - ` richards ` : See [ tests/richards.c] ( / tests/richards.c)
52
+ - ` rvsim ` : See [ tests/rvsim.c] ( / tests/rvsim.c)
53
+ - ` spirograph ` : See [ tests/spirograph.c] ( / tests/spirograph.c)
54
+ - ` uaes ` : See [ tests/uaes.c] ( / tests/uaes.c)
55
55
56
56
There are still some prebuilt standalone RISC-V binaries under ` build/ ` directory only for testing purpose:
57
57
58
- - ` hello.elf ` : See [ tests/asm-hello] ( tests/asm-hello )
59
- - ` cc.elf ` : See [ tests/cc] ( tests/cc )
60
- - ` chacha20.elf ` : See [ tests/chacha20] ( tests/chacha20 )
58
+ - ` hello.elf ` : See [ tests/asm-hello] ( / tests/asm-hello)
59
+ - ` cc.elf ` : See [ tests/cc] ( / tests/cc)
60
+ - ` chacha20.elf ` : See [ tests/chacha20] ( / tests/chacha20)
61
61
- ` doom.elf ` : See [ sysprog21/doom_riscv] ( https://github.com/sysprog21/doom_riscv ) [ RV32M]
62
- - ` ieee754.elf ` : See [ tests/ieee754.c] ( tests/ieee754.c ) [ RV32F]
62
+ - ` ieee754.elf ` : See [ tests/ieee754.c] ( / tests/ieee754.c) [ RV32F]
63
63
- ` jit-bf.elf ` : See [ ezaki-k/xkon_beta] ( https://github.com/ezaki-k/xkon_beta )
64
64
- ` quake.elf ` : See [ sysprog21/quake-embedded] ( https://github.com/sysprog21/quake-embedded ) [ RV32F]
65
- - ` readelf.elf ` : See [ tests/readelf] ( tests/readelf )
66
- - ` scimark2.elf ` : See [ tests/scimark2] ( tests/scimark2 ) [ RV32MF]
67
- - ` smolnes.elf ` : See [ tests/smolnes] ( tests/smolnes.c ) [ RV32M]
65
+ - ` readelf.elf ` : See [ tests/readelf] ( / tests/readelf)
66
+ - ` scimark2.elf ` : See [ tests/scimark2] ( / tests/scimark2) [ RV32MF]
67
+ - ` smolnes.elf ` : See [ tests/smolnes] ( / tests/smolnes.c) [ RV32M]
0 commit comments