mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
399 B
C
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);
|