> >I introduced smallints specifically because *I* want to be able > >to control what they are, not gcc. gcc people hate us. > > let's assume they don't :) > > >(No, not really, but they aren't thinking too much about > >saving on size - see my rant on idiotic recent i386 > >stack alignment disaster.) > > Saw it. Does -mno-sse -mno-sse2 etc help? (didn't try).
No, that will cause SEGVs. Code built with -mno-sse should be able to call SSE code. > My CC is usually configured with --with-march=i386 --with-tune=i386, > fwiw. Me too. It wouldn't help I guess. (I need to try, but I bet it would not). -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
