Hello!
On Mon, Dec 25, 2006 at 09:51:55PM +0100, Samuel Thibault wrote:
> Barry deFreese, le Mon 04 Dec 2006 21:45:01 -0500, a ?crit :
> > I was able to build gcc-4.1 with a crtfastmath.o by changing config.gcc
> > to the following:
> >
> > i[34567]86-*-gnu*)
> >tmake_file="${tmake_file}
Hi,
Barry deFreese, le Mon 04 Dec 2006 21:45:01 -0500, a écrit :
> I was able to build gcc-4.1 with a crtfastmath.o by changing config.gcc
> to the following:
>
> i[34567]86-*-gnu*)
>tmake_file="${tmake_file} i386/t-crtfm"
>;;
>
> But when running the attached test code compiled
> define a new thread_get_state(i386_FLOAT_XSTATE)?
correct, or better name
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
Hi,
Roland McGrath, le Tue 05 Dec 2006 00:18:52 -0800, a écrit :
> gnumach doesn't support newer fpu state for mmx/xmm et al.
> would need new thread state flavor for "fpx" or whatever we call it.
> cf linux asm/user.h user_i387_struct vs user_fxsr_struct
> former is what mach can handle. need
Roland McGrath wrote:
gnumach doesn't support newer fpu state for mmx/xmm et al.
would need new thread state flavor for "fpx" or whatever we call it.
cf linux asm/user.h user_i387_struct vs user_fxsr_struct
former is what mach can handle. need to handle latter in ctx sw + user
thread state fla
gnumach doesn't support newer fpu state for mmx/xmm et al.
would need new thread state flavor for "fpx" or whatever we call it.
cf linux asm/user.h user_i387_struct vs user_fxsr_struct
former is what mach can handle. need to handle latter in ctx sw + user
thread state flavor, then enable cpu sup
show x/i $pc or similar, maybe disas $pc at the fault.
Presumably the fxrstor insn. Check the mxcsr value.
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
Heya gang,
I was able to build gcc-4.1 with a crtfastmath.o by changing config.gcc
to the following:
i[34567]86-*-gnu*)
tmake_file="${tmake_file} i386/t-crtfm"
;;
But when running the attached test code compiled with --fast-math, I get
the following:
Starting program: /devel/