This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: question about -ffast-math implementation


Right, but I've never taken a look at the gcc codebase.  Where would I
start looking for the relevant files?  Is there a general introduction
to the codebase anywhere that I should start with?

On Mon, Jun 2, 2014 at 11:20 AM, Ian Lance Taylor <iant@google.com> wrote:
> On Mon, Jun 2, 2014 at 12:18 AM, Mike Izbicki <mike.izbicki@gmail.com> wrote:
>>> Though for the gory details and authoritative answers I suppose you'd
>> have to look into the source code.
>>
>> Where would I find the code for this?
>
> This is the GCC source code.  There isn't one file that implements
> -ffast-math.  -ffast-math expands to a set of other options, and then
> various bits and pieces of code tests whether those options are
> enabled.
>
> Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]