Pascal
f114f91f9e
tests : initialize the L2_NORM batch array ( #28553 )
...
* tests: bind the L2_NORM batch count to a local
GCC cannot prove the loop fills norms up to the index read after it
while the bound is a class member, so it reports a maybe uninitialized
use. Reading the count once into a local restores the tracking.
* tests: initialize the L2_NORM batch array
The read after the fill loop is only provably defined once the array
carries an initializer, which GCC 12 requires on the aarch64 Release
build where warnings are fatal.
2026-09-07 19:54:13 +02:00
..
2026-08-22 16:28:28 +02:00
2026-07-30 19:34:04 +03:00
2026-04-02 22:53:58 +02:00
2026-09-01 12:02:42 +03:00
2026-05-26 19:05:48 +03:00
2026-04-02 22:53:58 +02:00
2026-08-30 11:34:20 +08:00
2026-08-27 13:53:42 +03:00
2026-07-30 19:34:04 +03:00
2026-09-07 19:54:13 +02:00
2026-08-11 07:21:32 +03:00
2025-12-10 12:32:23 -08:00
2026-07-10 11:04:31 +08:00
2025-07-03 07:48:32 +03:00
2026-08-23 18:38:51 +02:00
2026-08-23 18:38:51 +02:00
2026-08-22 16:28:28 +02:00
2026-08-23 18:38:51 +02:00
2026-09-06 17:43:58 +02:00
2026-06-09 12:01:37 +03:00
2024-07-12 10:46:02 +03:00
2026-07-14 13:15:41 +03:00
2025-04-24 16:00:10 +03:00
2026-04-02 22:53:58 +02:00
2026-08-12 15:07:48 +03:00
2026-08-22 16:28:28 +02:00
2025-12-22 11:00:37 +01:00
2026-08-05 07:39:10 -05:00
2026-08-22 16:28:28 +02:00
2026-09-03 15:37:50 -05:00
2026-09-06 17:43:58 +02:00
2026-03-21 18:43:35 +01:00
2026-04-29 10:58:43 +03:00
2025-12-10 15:28:59 +01:00
2026-07-30 19:34:04 +03:00
2026-08-22 16:28:28 +02:00
2026-09-02 21:20:10 +02:00
2026-09-02 21:20:10 +02:00
2025-08-26 22:14:38 +02:00
2026-03-06 21:01:00 +01:00
2026-07-30 19:34:04 +03:00
2026-07-07 12:05:47 -07:00
2025-09-25 08:06:06 +03:00
2026-08-12 14:15:03 +02:00
2026-07-25 11:58:09 +02:00
2026-08-23 13:57:49 +03:00
2025-11-11 13:33:24 +02:00
2026-08-30 20:26:16 +03:00
2026-08-30 20:26:16 +03:00
2026-07-30 19:34:04 +03:00
2026-08-10 16:58:56 +03:00
2026-09-01 13:22:04 +03:00
2026-05-05 09:23:50 +02:00
2026-06-25 09:22:51 +03:00
2025-12-22 11:00:37 +01:00
2026-04-09 12:36:29 +02:00
2026-02-26 12:14:09 +01:00
2025-12-22 11:00:37 +01:00
2025-12-22 11:00:37 +01:00
2026-04-09 12:36:29 +02:00
2025-09-27 02:03:33 +08:00
2026-08-18 15:15:22 +02:00
2026-08-16 12:45:33 +02:00