From 24706ab93c9dad6f189b027b0a529da485bb228f Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Fri, 8 Nov 2024 14:18:15 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e4bbdfb..ed5b5389 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -Changes in version 12.6, 05/11/2024 +Changes in version 12.6, 08/11/2024 =================================== * CpuInfo.cpp: Correctly detect Intel Arrow Lake CPU cache - topology on Windows and Linux. + topology on Windows and Linux. +* PreSieve.cpp: Use static pre-sieve lookup tables, this avoids + initialization overhead to generate these lookup tables. Changes in version 12.5, 22/10/2024 ===================================