From owner-freebsd-current@FreeBSD.ORG Sun Mar 6 09:30:04 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36112106566C; Sun, 6 Mar 2011 09:30:04 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id CF9B78FC13; Sun, 6 Mar 2011 09:30:03 +0000 (UTC) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.4/8.14.2) with ESMTP id p2699d5B031468; Sun, 6 Mar 2011 04:09:39 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.4/8.14.2/Submit) id p2699dsh031467; Sun, 6 Mar 2011 04:09:39 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Sun, 6 Mar 2011 04:09:39 -0500 From: David Schultz To: freebsd-current@FreeBSD.ORG, freebsd-ia64@FreeBSD.ORG Message-ID: <20110306090939.GA94292@zim.MIT.EDU> Mail-Followup-To: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org References: <20110225093345.GA2123@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110225093345.GA2123@mech-cluster241.men.bris.ac.uk> Cc: Subject: Re: ieee denormal on ia64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 09:30:04 -0000 On Fri, Feb 25, 2011, Anton Shterenlikht wrote: > Can somebody please confirm that denormal > are not available on ia64, see below. [...] > The FreeBSD manpage for fpsetmask() at http://tinyurl.com/64oo7zh says: > > > #define FP_X_DNML 0x02 /* denormal */ The FreeBSD manpage for fpsetmask() also says that it's deprecated. The standard way to do this is with the routines described in fenv(3), which has included an FE_DENORMAL flag since it was added in 2004.