mips: allow to disable prefetch support in memcpy/memset
commit557f663a8cb7de8cbbfa9ce63b2c956bcaad194c
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 29 May 2016 06:53:18 +0000 (29 08:53 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 29 May 2016 06:53:18 +0000 (29 08:53 +0200)
tree9a00e4e3dbefed4f2382790e4ef40bc7f6c9bde4
parente517397535b0777568fd9c13c4214b63c52d0798
mips: allow to disable prefetch support in memcpy/memset

There exist some problem with the new memcpy/memset functions
imported from GNU libc/newlib. If you have any problem
with the new MIPS optimized assembly try to disable
prefetching support.

Thanks to Rene Nielsen and Matthew Fortune analyzing the
problem so far.
extra/Configs/Config.mips
libc/string/mips/memcpy.S
libc/string/mips/memset.S