]> pd.if.org Git - pdclib.old/commit
<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)
commit0bcfdc165274be2442f7f2c974783464daa7e26c
tree621fce540fe9c56258e3e0443b7bc590d13eebff
parente2bf85ca9d5999d4d6154ddb9fe161438db44cef
<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