Bump to the latest riscv-tests and regenerate the pre-built binaries.
I don't recall how the old binaries were exactly built, but the benchmarks now properly print mcycle and minstret statistics. Static binary sizes have increased due to the printf() implementation linking in libgcc multiply/divide routines, but otherwise they are functionally identical.
Bump to the latest
riscv-tests
and regenerate the pre-built binaries.I don't recall how the old binaries were exactly built, but the benchmarks now properly print
mcycle
andminstret
statistics. Static binary sizes have increased due to theprintf()
implementation linking in libgcc multiply/divide routines, but otherwise they are functionally identical.