Christoph M. Becker
cfcf5cfde8
Fix GH-16890: array_sum() with GMP can loose precision (LLP64)
...
We must use `mpz_fits_si_p()` instead of `mpz_fits_slong_p()` since the
latter is not suitable for LLP64 data models.
libgmp, however, does not define `mpz_fits_si_p()` (which is an mpir
addition), so we use `mpz_fits_slong_p()` there which should be fine.
Closes GH-16891.
2024-11-25 12:55:09 +01:00
..
2024-05-30 15:51:05 +01:00
2024-01-31 11:20:44 +01:00
2024-11-17 12:27:26 +00:00
2024-10-09 21:15:35 +02:00
2024-11-15 21:17:36 +01:00
2024-11-01 23:47:21 +01:00
2024-10-21 00:33:29 +02:00
2024-11-24 18:19:45 +01:00
2024-10-13 21:12:46 +02:00
2024-10-14 19:24:01 +02:00
2024-09-05 01:41:55 +01:00
2024-10-21 21:21:02 +02:00
2023-12-05 11:56:15 +01:00
2024-11-13 12:49:00 +00:00
2024-10-28 15:57:16 +01:00
2024-11-25 12:55:09 +01:00
2024-11-10 20:16:33 +00:00
2024-08-28 14:31:24 +02:00
2024-11-15 18:55:31 +01:00
2024-10-24 15:56:25 +02:00
2024-11-20 11:12:19 +01:00
2024-10-12 15:12:40 +02:00
2024-10-11 08:48:49 +01:00
2024-11-24 23:49:29 +01:00
2024-11-20 11:12:19 +01:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2024-11-20 19:12:40 +01:00
2024-11-09 11:49:08 +01:00
2024-10-03 21:11:25 +02:00
2024-11-06 20:31:30 +09:00
2024-11-20 11:12:19 +01:00
2024-11-20 11:12:19 +01:00
2024-05-21 12:21:46 +01:00
2024-10-31 16:16:29 +01:00
2024-09-12 18:19:20 +01:00
2024-06-29 15:52:28 +01:00
2024-02-27 23:03:52 +00:00
2024-11-09 17:08:19 +01:00
2024-10-13 02:07:11 +02:00
2024-08-13 20:54:12 +01:00
2024-08-07 22:38:30 +01:00
2024-11-02 19:37:28 +01:00
2024-10-13 14:19:33 +01:00
2024-06-28 20:14:20 +02:00
2024-11-16 13:41:29 +01:00
2024-11-08 20:47:28 +01:00
2024-10-12 15:23:35 +01:00
2024-05-23 22:40:54 +02:00
2024-11-04 17:47:49 +01:00
2024-11-20 15:50:54 +01:00
2024-11-03 13:39:41 +00:00
2024-10-26 15:07:57 +02:00
2024-07-21 16:28:15 +02:00
2024-10-12 15:12:40 +02:00
2024-10-08 20:57:54 +02:00
2024-10-12 15:12:40 +02:00
2024-10-12 15:12:40 +02:00
2024-11-02 19:37:28 +01:00
2024-01-31 11:20:44 +01:00
2024-10-13 02:29:22 +02:00