Re: [Mesa-dev] [PATCH] gallivm: Fix and re-enable MMX-disabling code

2010-08-17 Thread José Fonseca
On Mon, 2010-08-16 at 10:56 -0700, José Fonseca wrote: > On Mon, 2010-08-16 at 10:30 -0700, nobled wrote: > > I think this might be the problem that kept -disable-mmx from working; > > can somebody test it? (attached) > > > > @@ -152,15 +151,13 @@ lp_set_target_options(void) > > * See als

Re: [Mesa-dev] [PATCH] gallivm: Fix and re-enable MMX-disabling code

2010-08-16 Thread José Fonseca
On Mon, 2010-08-16 at 10:30 -0700, nobled wrote: > I think this might be the problem that kept -disable-mmx from working; > can somebody test it? (attached) > > @@ -152,15 +151,13 @@ lp_set_target_options(void) > * See also: > * - http://llvm.org/bugs/show_bug.cgi?id=3287 > * -

[Mesa-dev] [PATCH] gallivm: Fix and re-enable MMX-disabling code

2010-08-16 Thread nobled
I think this might be the problem that kept -disable-mmx from working; can somebody test it? (attached) @@ -152,15 +151,13 @@ lp_set_target_options(void) * See also: * - http://llvm.org/bugs/show_bug.cgi?id=3287 * - http://l4.me.uk/post/2009/06/07/llvm-wrinkle-3-configuration-w