From 25f539f359447cd0dbfd5954aaa3c22b3921af79 Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Wed, 28 Mar 2018 13:57:56 -0400 Subject: tests/fp: add fp-bench MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Emilio G. Cota Signed-off-by: Alex Bennée --- tests/fp/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fp/.gitignore') 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 -- cgit v1.1