diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-23 21:57:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-23 21:57:09 (GMT) |
commit | 9c07c94448f6cea9966e0f8aef91caa8d40dc06b (patch) | |
tree | ddead9898a359de22e074e0930925d775742c0ea /config/cmake/H5pubconf.h.in | |
parent | 51fd9e31a6199caae10dc6bdea129b7637d11fa9 (diff) | |
download | hdf5-9c07c94448f6cea9966e0f8aef91caa8d40dc06b.zip hdf5-9c07c94448f6cea9966e0f8aef91caa8d40dc06b.tar.gz hdf5-9c07c94448f6cea9966e0f8aef91caa8d40dc06b.tar.bz2 |
[svn-r26549] Description:
Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs
in old SGI compilers.
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 32a96aa..e45abc5 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -36,9 +36,6 @@ /* Define if building universal (internal helper macro) */ #cmakedefine H5_AC_APPLE_UNIVERSAL_BUILD @H5_AC_APPLE_UNIVERSAL_BUILD@ -/* Define if your system generates wrong code for log2 routine. */ -#cmakedefine H5_BAD_LOG2_CODE_GENERATED @H5_BAD_LOG2_CODE_GENERATED@ - /* Define if the memory buffers being written to disk should be cleared before writing. */ #cmakedefine H5_CLEAR_MEMORY @H5_CLEAR_MEMORY@ |