Re: [PATCH android/bionic] Add ARM optimized strcmp()

2011-05-17 Thread Jim Huang
On 20 April 2011 15:43, Jim Huang wrote: > Reference results of the experiments on TI OMAP3430 at 600 MHz [...] > Code Review: >    https://review.source.android.com/#change,22419 Merged in AOSP: http://android.git.kernel.org/?p=platform/bionic.git;a=commitdiff;h=f50e9be5930a08fa825b0c23353c

[PATCH android/bionic] Add ARM optimized strcmp()

2011-04-20 Thread Jim Huang
Reference results of the experiments on TI OMAP3430 at 600 MHz $ bench_strcmp -N "strcmp_1k" -s 1k -I 200 [original C code] prc thr usecs/call samples errors cnt/samp size strcmp_1k 1 1 10.38000 102 0 15000 1024 [ARM optimized code] prc thr usecs/call samples errors cnt/samp size strcmp_1k 1 1 3