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]
Other format: [Raw text]

Re: SSE5 patches round 3


Meissner, Michael wrote:

In terms of sse-1{2,3,4}.c and bmmintrin.h/ammintrin.h. I originally
did it that way, and I can change it back. I was just being cautious in
case Intel/Via decides to implement SSE5 but not SSE4A (right now,
-msse5 does turn on -msse4a, but they are logically disjoint
extensions).
I think that at the moment we should substitute -msse4a with -msse5 and #include only bmmintrin.h. sse-1{2,3,4} tests also test that i.e. -msse5 switches on all it needs and the included header (bmmintrin.h) that corresponds to -msse5 could fully upport this switch. Please note that future changes to these 3 files (whatever they be) will be minor and easily changed, so IMO there is no need to consider future changes at this moment.

Thanks,
Uros.


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