lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.11k stars 252 forks source link

enable aarch64 support for lz4-java #86

Closed rockyzhang-zz closed 7 years ago

rockyzhang-zz commented 8 years ago

This patch enables the lz4-java support for aarch64 architecture it would

1) enables the 64bit access for lz4 native lib embedded in lz4-java 2) adds the JNI native objects which has been build

Signed-off-by: Rocky Zhang rocky.zhang@linaro.org

yuqilinaro commented 8 years ago

Is this patch ok to be merged for support for AArch64? Could you please review it? thanks a lot!

yuqilinaro commented 7 years ago

Hi @jpountz ,

Could you please give some comments for this?

BRs Yuqi

guyuqi commented 7 years ago

@Cyan4973 Is there any obstacle to merge this PR? I've verified it on AArch64

Cyan4973 commented 7 years ago

I don't have any reason to think there is any problem, but I shouldn't be the one to judge it. I'm in the process of selecting the new maintainer of lz4-java. He will have the charge to review this PR.

guyuqi commented 7 years ago

@Cyan4973, Really thanks for your quick response. I'm looking forward to getting any feedback for this patch from the new lz4-java maintainer.

odaira commented 7 years ago

Thanks much for your contribution!