aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-17 01:28:02 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-17 12:09:14 +0900
commite29f1d39e7695ebff50e490f4f3155f229121a32 (patch)
treef27236a71185b1983c06fa1b890dd278d9eb6ee3 /config.h.cmake
parentb509106031e6ae3675ad9601e5ae8bf5f3844109 (diff)
Added float conversion functions to ByteVector.
Added CMake checks about IEEE754 compliance.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f8dcbbde..07abffa6 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,9 +1,13 @@
/* config.h. Generated by cmake from config.h.cmake */
-/* Indicates the byte order of your target system */
+/* 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