$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Math] Rationale Behind Epsilon Values
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-05-28 08:28:06
> How do you suggest implementing this particular workaround? We had tried
> adding
> a special case for the epsilon function for the PPC in precision.hpp much
> like the
> special case found for the Darwin platform in the same file. Or should we
> implement
> a solution that uses the workaround you mentioned?
Can you please check and see if this fix:
https://github.com/boostorg/math/commit/7cb3316d0616db01f6c4a56126d4bf8c73e7b50d
deals with the issue? Are there any compilers other than GCC that are
relevant here?
Thanks, John.