Hi Andrew,
Thanks for the quick response.
In my case the ppc is little-endian, i.e. ppc64le. But it doesn't work straightforward. I checked the crc32c_sse4.h and saw that the functions are enclosed in a #if HAVE_I386 || HAVE_AMD64. When I build crcutil code, it gives out error:
examples/interface.cc:311:17: error: ‘Crc32cSSE4’ has not been declared
return Create(Crc32cSSE4::FixedGeneratingPolynomial(), 0, Crc32cSSE4::FixedDegree(),
Any specific version of crcutil that supports ppc64le ?
Meanwhile, I will build the crcutil removing the #if above.
Regards,
Valnci