Removed some unnecessary CMake checks for the size of numeric types.

This commit is contained in:
Tsuda Kageyu
2014-04-02 13:46:48 +09:00
parent d93b4af8ca
commit d3eefdde34
3 changed files with 5 additions and 24 deletions

View File

@ -39,12 +39,6 @@ else()
set(SYSTEM_BYTEORDER 2)
endif()
# Determine the size of floating point types.
check_type_size("float" SIZEOF_FLOAT)
check_type_size("double" SIZEOF_DOUBLE)
check_type_size("long double" SIZEOF_LONGDOUBLE)
# Determine which kind of byte swap functions your compiler supports.
# GCC's __builtin_bswap* should be checked individually