mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7879afde70
This is an ANSI C version of the SciMark2 benchmark, translated from the original Java sources. The intent in making this benchmark available in C is mainly for performance comparisons. Suggested by May Tho. PR: ports/50646 Submitted by: Thierry Thomas <thierry@pompo.net>
12 lines
392 B
C
12 lines
392 B
C
--- scimark2.c.orig Sat Apr 29 06:21:12 2000
|
|
+++ scimark2.c Sat Apr 5 23:13:45 2003
|
|
@@ -58,7 +58,7 @@
|
|
|
|
|
|
print_banner();
|
|
- printf("Using %10.2f seconds min time per kenel.\n", min_time);
|
|
+ printf("Using %10.2f seconds min time per kernel.\n", min_time);
|
|
|
|
res[1] = kernel_measureFFT( FFT_size, min_time, R);
|
|
res[2] = kernel_measureSOR( SOR_size, min_time, R);
|