Update imath to include big-endian support for mpz_import/export
commitbda23eab9882c1ed85a04445c10c739676350b35
authorTobias Grosser <tobias@grosser.es>
Wed, 2 Nov 2016 04:13:35 +0000 (2 05:13 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Nov 2016 07:14:32 +0000 (2 08:14 +0100)
tree0cfda27f4b205e895b55b6cfef2620ed2894e473
parent234431c9b9f58b211913bd4f1c10a05733c28677
Update imath to include big-endian support for mpz_import/export

Before this change, imath always assumed little-endian. As a result,
importing and exporting through mpz_import/export on big-endian systems
did not work correctly, which resulted in almost all Polly test cases
failing on sparc64 systems. With imath-gmp big-endian support, all Polly
test cases pass on sparc64.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
imath