Explicitly handle rounding on FP-to-integer conversions.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 11 Sep 2005 23:29:41 +0000 (19:29 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 11 Sep 2005 23:29:41 +0000 (19:29 -0400)
commit11cb904ad7c617e6653ce1ca52a92f10efe53025
treeef982249225b2705e1d1fa87fe805bbc842422ff
parent845bdb0d8edf3c8e5f8871eba984933bfca6a743
Explicitly handle rounding on FP-to-integer conversions.
Seems to avoid the significant problems on platforms w/o fenv.h.

arch/alpha/isa_desc:
    Explicitly handle rounding on FP-to-integer conversions.
    Seems to avoid the significant problems on platforms w/o fenv.h.
    Get rid of FP "Fast" vs "General" distinction... more headache than
    it's worth.
arch/isa_parser.py:
    Fix bug with "%s" in C++ templates (must escape properly to
    pass through Python string interpolation).

--HG--
extra : convert_revision : de964d764e67e0934ac0ef535f53c974640731fb
arch/alpha/isa_desc
arch/isa_parser.py