aboutsummaryrefslogtreecommitdiff
path: root/tests/fp/.gitignore
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2018-03-28 13:57:56 -0400
committerAlex Bennée <alex.bennee@linaro.org>2018-12-17 08:25:25 +0000
commit25f539f359447cd0dbfd5954aaa3c22b3921af79 (patch)
tree7b126122e6067cb0464565741f789be8715ea73f /tests/fp/.gitignore
parent315df0d193929b167b9d7be4665d5f2c0e2427e0 (diff)
downloadqemu-25f539f359447cd0dbfd5954aaa3c22b3921af79.zip
qemu-25f539f359447cd0dbfd5954aaa3c22b3921af79.tar.gz
qemu-25f539f359447cd0dbfd5954aaa3c22b3921af79.tar.bz2
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>
Diffstat (limited to 'tests/fp/.gitignore')
-rw-r--r--tests/fp/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fp/.gitignore b/tests/fp/.gitignore
index 8d45d18..704fd42 100644
--- a/tests/fp/.gitignore
+++ b/tests/fp/.gitignore
@@ -1 +1,2 @@
fp-test
+fp-bench