FreeBSD Bugzilla – Attachment 23432 Details for
Bug 40321
The port math/atlas is slow on Pentium 4 machines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.16 KB, created by
chat95
on 2002-07-08 05:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
chat95
Created:
2002-07-08 05:20:01 UTC
Size:
1.16 KB
patch
obsolete
>diff -ur /work/cvsup/ports/math/atlas/files/patch-aa atlas/files/patch-aa >--- /work/cvsup/ports/math/atlas/files/patch-aa Sun Jun 23 05:32:57 2002 >+++ atlas/files/patch-aa Mon Jul 8 12:55:47 2002 >@@ -1,6 +1,13 @@ > --- config.c.orig Mon Jun 17 10:37:24 2002 >-+++ config.c Fri Jun 21 09:23:31 2002 >-@@ -2055,6 +2055,7 @@ >++++ config.c Mon Jul 8 12:55:32 2002 >+@@ -2049,12 +2049,14 @@ >+ if (!CmndOneLine(targ, "sysctl hw.model", ln)) >+ { >+ if (strstr(ln, "Pentium Pro")) mach = IntPPRO; >++ else if (strstr(ln, "Pentium 4")) mach = IntP4; >+ else if (strstr(ln, "Pentium III")) mach = IntPIII; >+ else if (strstr(ln, "Pentium II ")) mach = IntPII; >+ else if (strstr(ln, "Athlon")) mach = AmdAthlon; > else if (strstr(ln, "AMD-K7")) mach = AmdAthlon; > else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */ > else if (strstr(ln, "Pentium")) mach=IntP5; /* Nakata Maho */ >@@ -8,7 +15,7 @@ > } > break; > default:; >-@@ -3024,6 +3025,9 @@ >+@@ -3024,6 +3026,9 @@ > } > if (USEWINF77) strcpy(F77, "$(BINdir)/winf77.exe");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40321
: 23432