Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] frounding math trouble with GCC 4.0.1

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] frounding math trouble with GCC 4.0.1


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] frounding math trouble with GCC 4.0.1
  • Date: Wed, 27 May 2009 15:15:31 +0200
  • Organization: GeometryFactory

Le Wednesday 27 May 2009 14:59:20, Timo Strunk a écrit :
> The flag -frounding-math also has to be set, when compiling the program
> using CGAL. I don't know if it can somehow be avoided.

No, it cannot be avoided. When the filtered kernel is used, CGAL does precise
numeric computations, that requires the floating point rounding mode to be
modified regularly. One cannot assume default floating point rounding. For
that reason, -frounding-math is required.

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page