This is the mail archive of the gcc-bugs@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: A bug in GCC 2.95.2 for SPARC


Martin, Alexandre,

Thanks for your suggestions. I will download and try GCC 2.96 snapshot.

> > Thanks for your quick reply. However, I do need to use ultrasparc 
> > instructions. 
> 
> That makes me curious. Can you please explain why you need that? I'd
> think a typical C program would not care about the processor it runs
> on...

For performance reason. UltraSPARC is a 64-bit processor, where one
64-bit store (std) is faster than two 32-bit stores (st). We are 
building a performance library for media applications.

Regards,

-James


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