mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-23 16:08:41 -07:00
These microbenchmarks will allow us to measure the performance impact of FP emulation optimizations. Note that we can measure both directly the impact on the softfloat functions (with "-t soft"), or the impact on an emulated workload (call with "-t host" and run under qemu user-mode). Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> |
||
|---|---|---|
| .. | ||
| berkeley-softfloat-3@b64af41c32 | ||
| berkeley-testfloat-3@ca9fa2ba05 | ||
| .gitignore | ||
| fp-bench.c | ||
| fp-test.c | ||
| Makefile | ||
| platform.h | ||
| wrap.inc.c | ||