pianyu / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

Integrate zlib NEON improvements #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Jan Seiffert has been looking into vectorising the adler32 routine in zlib.  
According to Michael Hope, on the ARM Cortex-A9, there's a 3.0 x improvement to 
be had on blocks that fit in the L1 cache and a 2.1 x improvement for larger 
blocks.
    http://www.mail-archive.com/linaro-dev@lists.linaro.org/msg03942.html

Original issue reported on code.google.com by jserv.tw@gmail.com on 21 May 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Merged:
 - Neon optimization for inflate_fast()
 - NEON optimized adler32

Original comment by jserv.tw@gmail.com on 26 May 2011 at 7:08

GoogleCodeExporter commented 9 years ago
Verified on Pandaboard + LEB

Original comment by jserv.tw@gmail.com on 28 May 2011 at 7:18