This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: floating point precision on gcc-4 differs using variables orarrays


Brian Budge wrote:
I'm suspecting that sse is being used for the arrays because they
happen to be appropriately sized.  If I remember correctly, gcc4 was
to introduce some autovectorization.  Perhaps that's whats going on.

Brian




SSE is being used because I told it to (-mfpmath=sse)

That's not the issue, I don't want to insult your intelligence, I hope you won't get offended if I ask you to re-read the original post.


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