[postgis-tickets] [PostGIS] #4629: Remove NUMERICFLAGS
PostGIS
trac at osgeo.org
Wed Jan 29 05:23:00 PST 2020
#4629: Remove NUMERICFLAGS
--------------------------+---------------------------
Reporter: Algunenano | Owner: Algunenano
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 3.1.0
Component: postgis | Version: master
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by komzpa):
It became obsolete since we adopted C99 which implies -fexcess-
precision=standard, which has the same executive effect as --ffloat-store
but does not define how to do it ("by writing to registers").
I +1 to remove NUMERICFLAGS.
If you want to race for raw computation speed try making -ffast-math pass
tests once again - it did for 2.5.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4629#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list