- Fix an additional compile issue on 32-bit systems. Previously
the argument to fmul2Exp was incorrectly specified as an
Int64
.
- Fix a bug related to incorrect marshalling of String to C in
setString
andbfFromString
.
- Fix a linker issue on Windows when loading via the GHC dynamic linker.
-
Fix a bug with
frint
andbfRoundInt
that was causing incorrect rounding modes to be selected. -
Implement additional operations on
BigFloat
values, including some missing predicates, conversions to and from binary form and fused-multiply-add. -
Fix a compile issue on 32-bit systems.
- Use
install-includes
overc-sources
for header files to avoid linker issues.
- Add header files to
c-sources
field to include them insdist
.
- First version. Released on an unsuspecting world.