Assume C99 fixed sized ints exist, use them (#470)
* Committing clang-format changes * Assume C99 fixed sized ints exist, use them * Assume H5_SIZEOF_LONG_DOUBLE != 0, `long double` has existed since C89 Note, this is only assuming that `long double` exists, no assumptions about its size have been touched. Didn't remove any code that does things like test if `long double` and `double` have different sizes. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -442,7 +442,6 @@ test_basic(const char *fname1, const char *fname2, const char *fname3)
|
||||
write_dset(gid1, 2, dims2, "d2", H5T_NATIVE_DOUBLE, data14);
|
||||
}
|
||||
|
||||
#if H5_SIZEOF_LONG_DOUBLE != 0
|
||||
{
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
@@ -454,7 +453,6 @@ test_basic(const char *fname1, const char *fname2, const char *fname3)
|
||||
|
||||
write_dset(gid1, 2, dims2, "ld", H5T_NATIVE_LDOUBLE, data15);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* NaNs in H5T_NATIVE_FLOAT
|
||||
|
||||
Reference in New Issue
Block a user