ports/benchmarks/scimark2c/files/patch-scimark2.c
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

11 lines
399 B
C

--- scimark2.c.orig 2006-07-25 20:11:47 UTC
+++ scimark2.c
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
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);