1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/opcache/Optimizer
Nikita Popov 03f8bccaf5 Fixed bug #80404
For a division like [1..1]/[2..2] produce [0..1] as a result, which
would be the integer envelope of the floating-point result.

The implementation is pretty ugly (we're now taking min/max across
eight values...) but I couldn't come up with a more elegant way
to handle this that doesn't make things a lot more complex (the
division sign handling is the annoying issue here).
2020-11-24 11:35:44 +01:00
..
2020-10-19 15:13:53 +02:00
2020-09-18 11:03:08 +02:00
2019-02-05 10:33:28 +03:00
2020-09-18 11:03:08 +02:00
2020-03-17 15:23:52 +01:00
2019-02-05 10:33:28 +03:00
2020-07-24 10:05:03 +02:00
2020-01-16 19:14:31 +01:00
2020-08-28 15:41:27 +02:00
2020-07-31 15:53:36 +02:00
2020-07-31 15:53:36 +02:00
2020-09-18 11:03:08 +02:00
2020-11-20 16:47:46 +01:00
2020-11-24 11:35:44 +01:00
2019-10-03 02:18:16 +03:00
2020-11-09 17:08:38 +01:00
2019-02-05 10:33:28 +03:00