From owner-freebsd-hackers Thu Jan 11 13:08:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19772 for hackers-outgoing; Thu, 11 Jan 1996 13:08:46 -0800 (PST) Received: from blob.best.net (blob.best.net [204.156.128.88]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA19761 for ; Thu, 11 Jan 1996 13:08:35 -0800 (PST) Received: from geli.clusternet (rcarter.vip.best.com [204.156.137.2]) by blob.best.net (8.6.12/8.6.5) with ESMTP id NAA24636 for ; Thu, 11 Jan 1996 13:08:32 -0800 Received: from localhost (localhost [127.0.0.1]) by geli.clusternet (8.6.12/8.6.9) with SMTP id NAA28629 for ; Thu, 11 Jan 1996 13:07:51 -0800 Message-Id: <199601112107.NAA28629@geli.clusternet> X-Authentication-Warning: geli.clusternet: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.4 10/10/95 To: hackers@freefall.freebsd.org Subject: Re: Pentium support for GAS In-reply-to: Your message of "Thu, 11 Jan 1996 10:42:29 MST." <199601111742.KAA01884@trout.sri.MT.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jan 1996 13:07:50 -0800 From: "Russell L. Carter" Sender: owner-hackers@FreeBSD.ORG Precedence: bulk } Subject: Add support for new Pentium Pro instructions to GAS } Date: 10 Jan 1996 19:26:20 -0500 } Organization: GNUs Not Usenet } Lines: 232 } Sender: daemon@cis.ohio-state.edu } Approved: bug-gnu-utils@prep.ai.mit.edu } Distribution: gnu } Message-ID: <199601102305.PAA09618@ichips.intel.com> } } } Below is a patch relative to Binutils 2.6 that adds new Pentium Pro } instructions to the i386 instruction set. Both the assembler and } disassembler were updated. This is very welcome news indeed. } } If I get time, I plan on updating GCC to do minimal P6 optimizations. } (It really doesn't need much, but some things do help.) Well, it needs something, so that it is not 40% slower than the Intel reference compiler on the fastest P5s and P6s. Maybe it isn't very complicated to put in the logic to do the proper scheduling of fadd/fmul and fxch. Still, great news. } } Enjoy, } Wayne } } Wayne Scott P6 Architecture } wscott@ichips.intel.com Work #: (503) 264-4165 } Disclaimer: All views expressed are my own opinions, and not necessarily } those of Intel Corporation. } Russell