Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / Zend.m4 acinclude.m4 zend_float.h zend_operators.c zend_strtod.c /tests float_prec_001.phpt
[email protected] (Dmitry Stogov) Tue, 17 Mar 2009 10:28:04 +0300
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <[email protected]> |
Hi Christian, It looks like I missed this patch. What is the reason for it? It makes ~5% slowdown on Zend/bench.php Linux 32-bit. :( Thanks. Dmitry. Christian Seiler wrote: > cseiler Tue Dec 2 16:19:10 2008 UTC > > Added files: (Branch: PHP_5_3) > /ZendEngine2 zend_float.h > /ZendEngine2/tests float_prec_001.phpt > > Modified files: > /ZendEngine2 Zend.m4 acinclude.m4 zend_operators.c zend_strtod.c > Log: > - MFH: Changed floating point behaviour to consistently use double precision > on all platforms and with all compilers. > > >