diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2019-02-17 20:45:53 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2019-02-17 20:49:29 -0800 |
commit | deb44b57429b05d4ad5b4f793c969e58a9328f06 (patch) | |
tree | f436a93bdf2da70196d94d58632fec3ffb58b112 /inflate.c | |
parent | 52fc78baf216dac4e76c5eb3bd940f68e87086da (diff) | |
download | zlib-deb44b57429b05d4ad5b4f793c969e58a9328f06.tar.gz |
Use ARM crc32 instructions if the ARM architecture has them.
The ARM crc32 instructions will be used only if an architecture is
explicitly specified at compile time that has those instructions.
For example, -march=armv8.1-a or -march=armv8-a+crc, or if the
machine being compiled on has the instructions, -march=native.
Diffstat (limited to 'inflate.c')
0 files changed, 0 insertions, 0 deletions