This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: TImode support for x86_64


On Thu, Oct 04, 2001 at 04:11:39PM +0200, Jan Hubicka wrote:
> - 	        parts[0] = immed_double_const (l[0], l[1], DImode);
> + 	        parts[0] = immed_double_const (l[1], l[0], DImode);

Err, is this really right?  I thought that long was supposed
to come out in target word endian order...


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]