diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-05-31 19:08:27 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-05-31 22:27:41 +0200 |
commit | 5d8c4cc0f449718a678edd1cdca20ed24b612898 (patch) | |
tree | 7ca1659716c7c93939446c4ae224db8f2f9f248f /benchmarks/scimark4c/files/patch-scimark4.c | |
parent | science/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.c | 11 |
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])); |