Re: Gcc46 and 128 Bit Floating Point

2012-02-21 Thread Steve Kargl
On Tue, Feb 21, 2012 at 12:12:32AM -0800, Thomas D. Dean wrote:
 On 02/20/12 23:20, Steve Kargl wrote:
 
 float   24 bit significand, 32 bit size.
 double ---  53 bit significand, 64 bit size.
 long double --  53 bit significand, 80 bit size, i386
 long double --  64 bit significand, 80 bit size, x86_64
 long double --  113 bit significand, 128 bit size, sparc64
 __float128 ---  113 bit significand, 128 bit size, i386, x86_64
 
 
 Nice, if you are not working on my platform.  In my initial message,
 
 From dmesg:
 CPU: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz (4160.12-MHz K8-class CPU)
   Origin = GenuineIntel  Id = 0x206d6  Family = 6  Model = 2d 
 Stepping = 6

I saw your initial message, and yes, I noted that you are
using an x86_64 class cpu.

 And, I also said the __float128 is likely to leave me with some code 
 that is orphaned.

As long as you use gcc 4.something or higher, you should have
access to __float128.  So, code won't be orphaned.  Now, if
you meant nonportable code, I agree.  If you need more precision
that C99's long double and portability, then use mpfr.

-- 
Steve
___
freebsd-amd64@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to freebsd-amd64-unsubscr...@freebsd.org


Re: amd64/164773: [boot] 9.0 amd64 fails to boot on HP DL145 G3 [regression]

2012-02-21 Thread John Baldwin
The following reply was made to PR amd64/164773; it has been noted by GNATS.

From: John Baldwin j...@freebsd.org
To: bug-follo...@freebsd.org,
 jsh...@hermetek.com
Cc:  
Subject: Re: amd64/164773: [boot] 9.0 amd64 fails to boot on HP DL145 G3 
[regression]
Date: Tue, 21 Feb 2012 14:04:33 -0500

 There aren't any hints to disable USB I'm afraid.  Can you instead build a 
 kernel that doesn't include 'device ehci' and see if that boots ok?  Also, can 
 you provide the output of 'pciconf -lv'?
 
 -- 
 John Baldwin
___
freebsd-amd64@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to freebsd-amd64-unsubscr...@freebsd.org