This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Remove Prefer_SSE_for_memop on x64?


Hello, 
when I looked at memset implementation I discovered that also 
non-sse version is present. A switch to sse version uses 
Prefer_SSE_for_memop. It is only function that uses 
Prefer_SSE_for_memop.

As x64 specification requires sse2 support I do not see any 
reason why keep this flag.


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