[PHP] Weird results with floor compiling with -march=pentium4 -mcpu=pentium4

2007-05-08 Thread Rodolfo Gonzalez Gonzalez
Hi, Just for the record. I compiled PHP 5.2.2 with CFLAGS=-O2 -march=pentium4 -mcpu=pentium4, as usual (I've done so with all the 5.x.x series, and the proc is a Pentium 4, of course) and a customer complained about weird results in one of his scripts. I isolated the problem to be related to

Re: [PHP] Weird results with floor compiling with -march=pentium4 -mcpu=pentium4

2007-05-08 Thread Chris
Rodolfo Gonzalez Gonzalez wrote: Hi, Just for the record. I compiled PHP 5.2.2 with CFLAGS=-O2 -march=pentium4 -mcpu=pentium4, as usual (I've done so with all the 5.x.x series, and the proc is a Pentium 4, of course) and a customer complained about weird results in one of his scripts. I