SysInfo DLL SDK v2.3 (Build 1000)

Released: Mar 4, 2022

v2.3 (Build 1000) 버젼 업데이트

기능

  • (CPU) Added support for Intel Alder Lake chipsets.
  • (CPU) Made changes to support multiple CPU core efficiency classes (eg. P-cores/E-cores). Replaced CPUINFO::iLogicalsPerCore with CPUINFO::iThreadsPerPackage as # logicals / core can differ between efficiency classes.
  • Updated CPU lookup table info for Zen 3 (Cezanne), Zen 3 (Vermeer) and Alder Lake CPUs.
  • Increased amount of SYSINFO_MAXNUMDISKS from 100 to 200.
  • (CPU) Added the ability to store details for each distinct cache found, in order to support separate caches for efficiency core types (ie. P/E-cores).
  • (SPD) Added the ability to augment SPDINFO structure with DDR5 SPD fields. Enabled DDR5 SPD decoding for SysInfo.
  • (CPU) Added support for retrieving CPU topology via cpuid leaf 0x1F.
  • (CPU) Added support for retrieving hybrid CPU core type via cpuid leaf 0x1A.
  • (CPU) Added preliminary support for retrieving cache info for hybrid cores.
  • (CPU) Added support for Intel Ice Lake SP (3rd gen Xeon) chipset CPU/temperature info.
  • (Temperatures) Added support for DDR5 DIMM temperatures (TSOD).
  • Added support for Microsoft Windows 11.

수정사항

  • Fixed issue with SysInfoDll_GetInstalledProgramsXXXX() not returning some applications, due to issues of not querying the non-native 64/32-bit registry locations.
  • (CPU) Fixed incorrect CPU cache info for Intel/AMD chipsets.
  • (SPD) Fixed retrieving SPD info for chipsets supporting DDR5.
  • (CPU) Fixed bug in retrieving Ice Lake-SP (3rd gen Xeon Scalable) CPU info.
  • Fixed an issue when collecting disk partition info where function could return too early (before all threads had finished collecting the info), particularly noticeable in debug mode.