tests/fp: add fp-bench
authorEmilio G. Cota <cota@braap.org>
Wed, 28 Mar 2018 17:57:56 +0000 (13:57 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 17 Dec 2018 08:25:25 +0000 (08:25 +0000)
commit25f539f359447cd0dbfd5954aaa3c22b3921af79
tree7b126122e6067cb0464565741f789be8715ea73f
parent315df0d193929b167b9d7be4665d5f2c0e2427e0
tests/fp: add fp-bench

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>
tests/fp/.gitignore
tests/fp/Makefile
tests/fp/fp-bench.c [new file with mode: 0644]