summaryrefslogtreecommitdiff
path: root/benchmarks/scimark4c/files/patch-scimark4.c
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-05-31 19:08:27 +0200
committerThierry Thomas <thierry@FreeBSD.org>2022-05-31 22:27:41 +0200
commit5d8c4cc0f449718a678edd1cdca20ed24b612898 (patch)
tree7ca1659716c7c93939446c4ae224db8f2f9f248f /benchmarks/scimark4c/files/patch-scimark4.c
parentscience/quantum-jet: New port: Cross-platform header-only library for simulat... (diff)
benchmarks/scimark4c: repocopy from benchmarks/scimark2c
Release notes at <https://math.nist.gov/scimark2/whatsnew.html>.
Diffstat (limited to 'benchmarks/scimark4c/files/patch-scimark4.c')
-rw-r--r--benchmarks/scimark4c/files/patch-scimark4.c11
1 files changed, 11 insertions, 0 deletions
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]));