]> pd.if.org Git - pdclib/commit - platform/win32/internals/_PDCLIB_config.h
<float.h> is now implemented in the platform independent portion. It is based
authorOwen Shepherd <owen.shepherd@e43.eu>
Thu, 16 Aug 2012 23:13:35 +0000 (00:13 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Thu, 16 Aug 2012 23:13:35 +0000 (00:13 +0100)
commit1755b59a8885757e3ceab7da3a35f7803905694c
treef21a7e6b37d2dd0a1c616c58ce833140da6df130
parent0d8c88997f429be369fc6bd1b45a6b437fcee923
<float.h> is now implemented in the platform independent portion. It is based
upon a macro family defined in _PDCLIB_float.h, which is similar in structore
to the existing _PDCLIB_int.h. It is controlled by three definitions in
_PDCLIB_config.h, which define which IEEE 754 format the floating point types
are in. This removes a GCC dependency from all of the targets, and should help
in making PDCLib support other compilers
includes/float.h [moved from platform/example/includes/float.h with 61% similarity]
internals/_PDCLIB_aux.h
internals/_PDCLIB_float.h [new file with mode: 0644]
platform/posix/includes/float.h [deleted file]
platform/win32/includes/float.h [deleted file]
platform/win32/internals/_PDCLIB_config.h