summaryrefslogtreecommitdiffstats
path: root/src/H5Tconv.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2024-03-02 02:29:45 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2024-03-02 22:07:41 (GMT)
commit10c1c557359837d97d21e966ed8286382da0d122 (patch)
tree8644081c36c679c2b72c1d9f365a74f7da911d92 /src/H5Tconv.c
parenta209e23d79c41b0e3d78bb8394d1b2f704d7db77 (diff)
downloadhdf5-10c1c557359837d97d21e966ed8286382da0d122.zip
hdf5-10c1c557359837d97d21e966ed8286382da0d122.tar.gz
hdf5-10c1c557359837d97d21e966ed8286382da0d122.tar.bz2
Work around issues with MacOS 13
Add CMake status message about _Float16 test-compile program
Diffstat (limited to 'src/H5Tconv.c')
-rw-r--r--src/H5Tconv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Tconv.c b/src/H5Tconv.c
index d1cc307..a6629b5 100644
--- a/src/H5Tconv.c
+++ b/src/H5Tconv.c
@@ -8085,6 +8085,7 @@ H5T__conv_double__Float16(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t
H5_GCC_CLANG_DIAG_ON("pedantic")
}
+#ifdef H5T_CONV_INTERNAL_LDOUBLE_FLOAT16
herr_t
H5T__conv_ldouble__Float16(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride,
size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
@@ -8094,6 +8095,7 @@ H5T__conv_ldouble__Float16(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_
H5T_CONV_Ff(LDOUBLE, FLOAT16, long double, H5__Float16, -FLT16_MAX, FLT16_MAX);
H5_GCC_CLANG_DIAG_ON("pedantic")
}
+#endif
herr_t
H5T__conv__Float16_schar(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride,