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]

Re: PATCH: [BZ #12191] 32bit memset-sse2.S fails with uneven cache size


On Wed, Nov 3, 2010 at 19:39, H.J. Lu <hongjiu.lu@intel.com> wrote:
> 32bit memset-sse2.S assumes cache size is multiple of 128 bytes.

Is this only a problem with then 32-bit memset?  The code also changes
the behavior for the 64-bit code.

And what about memcpy?  Is that code also affected?  Or should that
code use the raw number now?  It can be larger.


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