mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
o faster build time; 4h45m19.23s for my Pentium M 1.6G. now static libs are build via knob, timing torerance patch is applied via knob. Submitted by: many
12 lines
509 B
Text
12 lines
509 B
Text
http://math-atlas.sourceforge.net/errata.html#tol
|
|
--- tune/sysinfo/GetSysSum.c~ Sat Jul 24 20:40:05 2004
|
|
+++ tune/sysinfo/GetSysSum.c Sun Jun 26 07:52:43 2005
|
|
@@ -116,7 +116,7 @@
|
|
fprintf(fpout, "#define ATL_fplat %d\n", lat);
|
|
fprintf(fpout, "#define ATL_lbnreg %d\n", lbnreg);
|
|
fprintf(fpout, "#define ATL_mmnreg %d\n", mmnreg);
|
|
- fprintf(fpout, "#define ATL_nkflop %d\n", nkflop);
|
|
+ fprintf(fpout, "#define ATL_nkflop %d\n", nkflop*5);
|
|
fprintf(fpout, "\n#endif\n");
|
|
fclose(fpout);
|
|
}
|