summaryrefslogtreecommitdiff
path: root/Zend/zend_float.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - fix vc6 buildPierre Joye2010-07-151-1/+3
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-9/+73
|
* - disable HAVE__CONTROLFP_S with VC9, 3x times slowdownPierre Joye2009-03-171-1/+4
|
* - Year++Felipe Pena2009-01-021-1/+1
|
* - Fixed comment style.Christian Seiler2008-12-021-36/+36
|
* - Changed floating point behaviour to consistently use double precision onChristian Seiler2008-12-021-0/+355
all platforms and with all compilers.