]> git.mxchange.org Git - flightgear.git/commit
Add --enable-fpe option to cause a trap on floating point exceptions
authortimoore <timoore>
Tue, 19 May 2009 22:14:35 +0000 (22:14 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 2 Jun 2009 22:18:54 +0000 (00:18 +0200)
commit8e1248e1e14bbce203e8d60c67c9887b0683e3d5
tree4393608d0d3f34a75918a146097362872ea67765
parent0ce5f350ff50af85914a0509fdbccda31178d04d
Add --enable-fpe option to cause a trap on floating point exceptions

Only on Linux for now; traps on divide by zero and "invalid", which includes
generating a NaN and overflowing an integer conversion.
configure.ac
src/Main/bootstrap.cxx
src/Main/options.cxx