Merge pull request #639 from TsudaKageyu/remove-cmake-check-float

Run-time check for byte order rather than CMake check.
This commit is contained in:
Tsuda Kageyu
2015-08-07 01:17:27 +09:00
7 changed files with 23 additions and 158 deletions

View File

@ -1,13 +1,5 @@
/* config.h. Generated by cmake from config.h.cmake */
/* Integer byte order of your target system */
/* 1 if little-endian, 2 if big-endian. */
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
/* IEEE754 byte order of your target system. */
/* 1 if little-endian, 2 if big-endian. */
#cmakedefine FLOAT_BYTEORDER ${FLOAT_BYTEORDER}
/* Defined if your compiler supports some byte swap functions */
#cmakedefine HAVE_GCC_BYTESWAP_16 1
#cmakedefine HAVE_GCC_BYTESWAP_32 1