google / gipfeli

Other
116 stars 26 forks source link

stubs-internal.h using __ppc64__ for PPC64 detection however it only exists in clang #12

Open grooverdan opened 6 years ago

grooverdan commented 6 years ago
__powerpc64__
works for both. Test case in commit in https://github.com/google/snappy/pull/67
antonblanchard commented 6 years ago

Thanks @grooverdan, changing the define as you suggest fixes the issue for me.