ext: Update fputils to rev 6a47fd8358
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Thu, 16 Oct 2014 09:49:58 +0000 (05:49 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Thu, 16 Oct 2014 09:49:58 +0000 (05:49 -0400)
commite6ad39adac7e77e36a294f63da47ad79ca446e93
treef3d182a99cb9febbce10d634673a2bda18dae8a7
parent2d2006ddb3df926d79d0d744af81e8260f5c466c
ext: Update fputils to rev 6a47fd8358

This patch updates fputils to the latest revision (6a47fd8358) from
the upstream repository (github.com/andysan/fputils). Most notably,
this includes changes that export a limited set of 64-bit float
manipulation and avoids a warning about unused 64-bit floats in clang.
ext/fputils/Makefile.am
ext/fputils/SConscript
ext/fputils/configure.ac [new file with mode: 0644]
ext/fputils/configure.in [deleted file]
ext/fputils/fp64.c [new file with mode: 0644]
ext/fputils/fp80.c
ext/fputils/fpbits.h
ext/fputils/include/fputils/fp64.h [new file with mode: 0644]
ext/fputils/include/fputils/fp80.h
ext/fputils/include/fputils/fptypes.h [new file with mode: 0644]