Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9748: cyl_bessel_j returns incorrect sign when using --fast-math on GCC or -std=c++11 on Intel Compiler
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-09 18:40:46
#9748: cyl_bessel_j returns incorrect sign when using --fast-math on GCC or
-std=c++11 on Intel Compiler
----------------------------------------+-------------------------
Reporter: Dustin Lanham <lanhamd@â¦> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: math
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-------------------------
Comment (by johnmaddock):
To a degree, this is not our bug, a reduced test case is simply:
{{{
long double ld = -5.3165867831218916301793863361917824e-2467L;
std::cout << std::signbit(ld) << std::endl;
}}}
Which incorrectly outputs 0 when compiling with --fast-math.
I suspect there may be other std lib functions which have similar issues
too, I'll investigate working around this one, but you may just get
whacked by another...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9748#comment:3> 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