diff options
Diffstat (limited to 'math/atlas/files/timing_tolerance-patch')
-rw-r--r-- | math/atlas/files/timing_tolerance-patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/atlas/files/timing_tolerance-patch b/math/atlas/files/timing_tolerance-patch deleted file mode 100644 index 5113e28405ab..000000000000 --- a/math/atlas/files/timing_tolerance-patch +++ /dev/null @@ -1,12 +0,0 @@ -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); - } |