History log of /gem5/ext/fputils/include/fputils/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
11708:0bb9093e4bbd 18-Nov-2016 Andreas Sandberg <andreas.sandberg@arm.com>

ext: Update fputils to rev 13589cd

This patch updates fputils to the latest revision (13589cd) from the
upstream repository (github.com/andysan/fputils).

10480:5d4ebc92d32e 16-Oct-2014 Andreas Sandberg <Andreas.Sandberg@ARM.com>

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.

9899:0392ef94d766 01-Oct-2013 Andreas Sandberg <andreas@sandberg.pp.se>

ext: Update fputils to rev 52b6190b4e

This changeset updates the external library to git revision
52b6190b4e. This update includes changes that fix compilation errors
on old gcc versions and fixes to test a case that affect ICC.

9888:68d6b600d51f 30-Sep-2013 Andreas Sandberg <andreas@sandberg.pp.se>

ext: Include libfputils

This changeset includes libfputils from revision bbf0d61d75. This
library can be used to convert to and from 80-bit floats and query the
type of an 80-bit float, which is needed to support the x87 FPU.