Re: ieee denormal on ia64?
David Schultz <[email protected]>
| Newsgroups | gmane.os.freebsd.current,gmane.os.freebsd.devel.ia64 |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"