From 5d8c4cc0f449718a678edd1cdca20ed24b612898 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 31 May 2022 19:08:27 +0200 Subject: benchmarks/scimark4c: repocopy from benchmarks/scimark2c Release notes at . --- benchmarks/scimark4c/files/patch-scimark4.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchmarks/scimark4c/files/patch-scimark4.c (limited to 'benchmarks/scimark4c/files/patch-scimark4.c') diff --git a/benchmarks/scimark4c/files/patch-scimark4.c b/benchmarks/scimark4c/files/patch-scimark4.c new file mode 100644 index 000000000000..5b78988b55f9 --- /dev/null +++ b/benchmarks/scimark4c/files/patch-scimark4.c @@ -0,0 +1,11 @@ +--- scimark4.c.orig 2018-07-29 20:02:32 UTC ++++ scimark4.c +@@ -106,7 +106,7 @@ int main(int argc, char *argv[]) + + + print_banner(); +- printf("Using %10.2f seconds min time per kenel.", min_time); ++ printf("Using %10.2f seconds min time per kernel.", min_time); + if (huge_flag) + { + printf(" Approx. problem size: %d (MB)", atoi(argv[2])); -- cgit v1.2.3