Go to file
Jim Huang 73c04b3269 bionic: Add ARM optimized strcpy()
Reference results of the experiments on Qualcomm MSM7x25 (524MHz):

[original C code]
             prc thr   usecs/call      samples   errors cnt/samp
size
strcpy_1k      1   1     14.56159           99        0     1000
1024

[ARM optimized code]
             prc thr   usecs/call      samples   errors cnt/samp
size
strcpy_1k      1   1      3.46653           99        0     1000
1024

The work was derived from ARM Ltd.

Change-Id: I906ac53bb7a7285e14693c77d3ce8d4ed6f98bfd
2010-11-22 13:01:32 -08:00
libc bionic: Add ARM optimized strcpy() 2010-11-22 13:01:32 -08:00
libdl Added support for dladdr() 2010-03-17 16:11:37 -05:00
libm Bionic: Aliasing problems with frexpf 2010-11-05 12:15:26 -05:00
libstdc++ optimize delete/delete[] operators by removing unneeded branch 2010-01-30 22:26:30 -02:00
libthread_db Initial Contribution 2008-10-21 07:00:00 -07:00
linker fix build 2010-05-12 10:05:59 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Initial Contribution 2008-10-21 07:00:00 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00
MAINTAINERS added and modified libm to support SuperH architecture 2009-08-31 16:25:42 +09:00