$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [fixed-pt] (was [Review Request] Multiprecision Arithmetic Library)
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2012-04-04 07:17:22
Here is my current run-time fixed-pt. In this version, fixed-pt bit widths are
set at run-time, becuase I use this from python. It is simple to convert this
to compile-time if desired.
The code is based on the boost::constrained_value