zlib: crc optimization for arm64

Use arm64 crc32 instruction set if available

Doing 100M data crc 100 times:
Without using arm64 crc instruction set takes:
14.85s
With arm64 crc instruction set takes:
2.08s

Performance measured on snapdragon 810, with cpu
frequency set to max and cpu governor change to
userspace.

Change-Id: I3ee5be087d04573c004fc6f4b22988cdda1b81e7
1 file changed