This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] Optimize MIPS memcpy


On Thu, 2012-09-20 at 21:05 +1200, Maxim Kuvyrkov wrote:

> What testing was done for this patch, does it pass glibc testsuite?

Maxim,  I get the same failures with this memcpy as without it when
running the glibc testsuite:

glibc/localedata/tst-fmon.out
glibc/math/test-float.out
glibc/math/test-double.out
glibc/math/test-ifloat.out
glibc/math/test-idouble.out
glibc/stdlib/tst-strtod-overflow.out
glibc/stdio-common/bug22.out
glibc/malloc/tst-trim1.out
glibc/nptl/tst-cancel7.out
glibc/nptl/tst-cancelx7.out

I did find a build problem, the version I sent you sets USE_PREFETCH for
any libc build.  If building for something like MIPS1 that is not right,
so I need to change how that macro is set.

Steve Ellcey
sellcey@mips.com


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