This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Support Pentium 4 in nptl


This prepares NPTL for Pentium 4 optimization.


H.J.
---
2003-05-27  H.J. Lu <hongjiu.lu@intel.com>

	* sysdeps/i386/pentium4/Implies: New file.
	* sysdeps/unix/sysv/linux/i386/pentium4/Implies: Likewise.

--- nptl/sysdeps/i386/pentium4/Implies.nptl-sse2	2003-05-27 11:44:58.000000000 -0700
+++ nptl/sysdeps/i386/pentium4/Implies	2003-05-27 09:20:42.000000000 -0700
@@ -0,0 +1,2 @@
+# Pentoium 4. Use Pentium Pro by default.
+i386/i686
--- nptl/sysdeps/unix/sysv/linux/i386/pentium4/Implies.nptl-sse2	2003-05-27 11:44:58.000000000 -0700
+++ nptl/sysdeps/unix/sysv/linux/i386/pentium4/Implies	2003-05-27 12:09:11.000000000 -0700
@@ -0,0 +1,2 @@
+# Pentoium 4. Use Pentium Pro by default.
+unix/sysv/linux/i386/i686


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]