-
-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace H5detect's build-time detection of C99 integer properties with a
table-driven routine, `H5T__init_native_int()`, that is run at library initialization time. Always respect the alignment used by the compiler for integers. The library invites trouble by using different alignment than the compiler expects. Here and there update a comment about alignment. Retire the H5detect code that tries to find the least permissible integer alignment by running experiments and catching any signals thrown or unexpected results.
- Loading branch information
Showing
4 changed files
with
312 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.