Implement APInt <-> APFloat conversion for IEEE 128-bit floats.
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 21 Aug 2009 22:10:30 +0000 (22:10 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 21 Aug 2009 22:10:30 +0000 (22:10 +0000)
commit7e844f128e0be77154aa08dbf2e828fcd4051604
tree297bdc53da9f60554402584ffccfc8e398fccb69
parent4f38b383d5089c49489a9a56d8efd0eb76048b3f
Implement APInt <-> APFloat conversion for IEEE 128-bit floats.
This fixes PR2555

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79677 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp