Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mpi_bigendian_to_host() on bigendian systems
The previous implementation of mpi_bigendian_to_host() did a byte-swapping regardless of the endianness of the system. Fixes #2622.
- Loading branch information