Re: [Boost-bugs] [Boost C++ Libraries] #9717: Boost math library on PPC64 has thousands of errors

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9717: Boost math library on PPC64 has thousands of errors
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-26 18:02:45


#9717: Boost math library on PPC64 has thousands of errors
--------------------------------------+-------------------------
  Reporter: Tony Reix <tony.reix@…> | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: math
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------

Comment (by johnmaddock):

 The simplest solution is to define
 BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS which will disable all long
 double support. That define would go in boost/math/tools/config.hpp near
 the top.

 The problem with a "double double" type is that not only is it not IEEE
 conforming, but it's basically impossible to reason about it's behavior in
 any kind of sensible way. As none of us have any access to a system that
 uses such a type we've never tried to support it: if you wanted to try and
 patch Boost to support that type I have some ideas where to start, but it
 wouldn't be a small job I suspect :-(

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9717#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC