From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cary Coutant Date: Tue, 17 Oct 2000 22:53:01 +0000 Subject: Re: [Linux-ia64] avoiding float underflow software assist Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >This is definitely your best approach to setting the ftz bit: > > fsetc.s0 0x7f,0x01 > fsetc.s2 0,0x40 > fsetc.s3 0,0x40 Oops -- those last two instructions should have 0x7f as the first operand. Sorry!