...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
-mfpmath=sse
option of g++ for Pentium IV
optimized code. This requires a different rounding policy class.interval<double>
using SSE2 instructions? Tricky.interval<MPFR>
,
and other non-built-in number types.interval<double>
to
interval<float>
? Requires partial specialization.Revised 2006-12-24
Copyright © 2002 Guillaume Melquiond, Sylvain Pion, Hervé Brönnimann, Polytechnic University
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)