[uClibc] MIPS - "patent-less" memcpy.S memset.S

Edmond Coté edmond.cote at gmail.com
Fri Dec 31 15:15:57 UTC 2004


I'm looking to remove uclibc's dependency on MIPS patented
instructions (unaligned loads/stores) for a specific project.

Unfortunately, I found that these instructions are hard coded into
memcpy.S and memset.S (see below)

http://www.uclibc.org/cgi-bin/cvsweb/uClibc/libc/string/mips/

Is there a way to force a more generic (or unoptimized) version of
memcpy and memset, instead of the "optimized" versions? If so, how can
I go about doing that..

Thanks!

Edmond



More information about the uClibc mailing list