mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r27376] set default value of SIZEOF___FLOAT128
This commit is contained in:
parent
838755cf71
commit
f50c602b01
@ -149,11 +149,13 @@ endif (NOT WINDOWS)
|
||||
#-----------------------------------------------------------------------------
|
||||
# Check if C has __float128 extension
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
CHECK_TYPE_SIZE("__float128" SIZEOF___FLOAT128)
|
||||
if(${HAVE_SIZEOF___FLOAT128})
|
||||
SET(H5_HAVE_FLOAT128 1)
|
||||
else (${HAVE_SIZEOF___FLOAT128})
|
||||
SET(H5_HAVE_FLOAT128 0)
|
||||
SET(SIZEOF___FLOAT128 0)
|
||||
endif(${HAVE_SIZEOF___FLOAT128})
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user