libcpuid-tools-0.5.1+git.1626502835-bp154.1.31 >  A bx0!M@eeeXA\rpaf (a8͓GT&0)̗̅贳[+ _1jfEAtQE}q.Jd깓'E1b )}hgyCGjsJ@&* g6LmnXnn"t0W!WB5KϼN@ò;-qcWRSh,ȣ[I/T>p>(4?($d& 1 Ix| !'08 < @ H  $Lh(28< 9l : F$G$H$I$X$Y$\$]%^%b%:c%d&Me&Rf&Ul&Wu&lv&tw'x'y'z''''( Clibcpuid-tools0.5.1+git.1626502835bp154.1.31Tools based on libcpuidThis package provides tools based on libcpuid.bx%obs-power9-11SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/anrieff/libcpuidlinuxppc64le 큤bx#bx#ccda5b728c2ef47edfa958a8824536e762f2e8ccf0bf97d60ba98fc2ed222b3eaeecc2aa1df6ad0f469b0259e1b4ad247d307c308e3d6758f1dd9f0d95f1cff9rootrootrootrootlibcpuid-0.5.1+git.1626502835-bp154.1.31.src.rpmlibcpuid-toolslibcpuid-tools(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcpuid.so.15()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a(`]__@_5+@^^)\f\eX@Y9<@X<@XkMartin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Jan Engelhardt Martin Pluskal mpluskal@suse.commpluskal@suse.comdap.darkness@gmail.com- Update to version 0.5.1+git.1626502835: * CMake: reduce min cmake requirement 3.14 -> 3.13 * Fix failing CI builds introduced by cb5fdd1 * Use popcount64 from libc when available (#152) * allow to build either static or shared (#156) * cmake: allow libcpuid to be added as a CMake subproject (#155) * fix installation of BUNDLE if iOS (#154) * cmake: add an option to build tests (#153) * Fix #150: CPU Family/Model is used as Ext.Family/Model * DB: add Tiger Lake- Update to version 0.5.1+git.1616323866: * Doxygen: remove deprecated option * Release version 0.5.1 (#151) * Tests: fix truncation warnings in convert_instlatx64 * Fix warning with a comment * DB: add Rocket Lake * DB: add Milan * Tests: fix --create argument in convert_instlatx64 tool * DB: add Cezanne * DB: add Xeon E3 1275 * CI: use microsoft/setup-msbuild@v1.0.2 * CI: fix deprecated commands * Tests: add Core i5 8265U (Whiskey Lake-U) * DB: add Whiskey Lake-U- Update to version 0.5.0+git.20201114: * Tests: fix path for cpuid_tool When we use CMake, the 'cpuid_tool' binary is in the 'build' directory * DB: add Vermeer https://en.wikichip.org/wiki/amd/cores/vermeer Test file converted from http://users.atw.hu/instlatx64/AuthenticAMD/AuthenticAMD0A20F10_K19_Vermeer_CPUID1.txt * DB: add Gemini Lake https://en.wikichip.org/wiki/intel/cores/gemini_lake Reported in X0rg/CPU-X#164 * DB: add Comet Lake-U https://en.wikipedia.org/wiki/Comet_Lake_(microprocessor)#U-series_(Medium_power) Reported in X0rg/CPU-X#162 * DB: add Kaby Lake-G https://en.wikichip.org/wiki/intel/cores/kaby_lake_g Test file converted from http://users.atw.hu/instlatx64/GenuineIntel/GenuineIntel00906E9_KabylakeG_CPUID.txt * DB: add Kaby Lake Refresh https://en.wikichip.org/wiki/intel/cores/kaby_lake_r Core i5 8250U was detected as Coffee Lake wrongly. Reported in X0rg/CPU-X#161- Update to version 0.5.0+git.20201019: * Fixes issue #148: CMake build script not in 0.5.0 tarball release- Update to version 0.5.0+git.20200528: * Related to c2645d0. Convert all python scripts to Python 3. * Add Downloads section on Readme.md Close #140 * Add I-Nex to the users list- Update to version v0.5.0+git.20200526: * CI: remove 'v' prefix in assets * CI: checkout sources before making release * Release version 0.5.0 (#146) * Add GitHub workflows for CI/CD - CI: it will check code consistency and run tests for all events (except for tags) - CD: it will build all assets and create a draft Close #122 * check-consistency: return error count * Fix code consistency Result before this patch: * CMake: fix include directory * CMake: fix build on Windows * CMake: fix install target's export * tests: fix unused-result warning in convert_instlatx64 tool * Update .gitignore * CMake: fix Unix install and format * Add config file for cmake-format It formats CMakeLists.txt files See https://github.com/cheshirekow/cmake_format * Doxygen: upgrade Doxyfile to avoid warnings warning: Tag 'PERL_PATH' at line 1032 of file '/libcpuid/build/libcpuid/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! * Doxygen: turn on quiet mode It is too noisy with CMake * Detect AVX512VBMI and AVX512VBMI2 features on Intel CPUs More information: https://en.wikichip.org/wiki/x86/avx-512 Resolve #134 * Detect ABM feature on Intel CPUs Resolve #144 * Detect RDSEED/ADX/SHA_NI features on AMD CPUs These x86 instruction set extensions are present since Zen micro-architecture Resolve #145 * Update cpuid_main.c * DB: add Ivy Bridge-E (Xeon) * Tests: update all tests to add fields for L1I * Tests: update to add L1I information Related to 25d0614811991c855ce7db0d898dbc6200dfa840 Dump of Core i5 520m from CPU-X#119 * Add L1 Instruction Cache information Some CPUs does not have the same associativity for L1D and L1I, as reported in X0rg/CPU-X#119 It adds l1_instruction_assoc and l1_instruction_cacheline in cpu_id_t To avoid confusing, also adds l1_data_assoc and l1_data_cacheline l1_assoc and l1_cacheline are leave untouched for backward compatibility * Ignore .vscode directory Yes, 0b05f45e03b0aa39a65eba9451b59c9381e8474c was about VS Code * Tests: add amd_fn8000001dh subleaf See e562798cecf4af852fdfef4b0e7bf159a5d9b4de * Tests: parse subleafs in convert_instlatx64 Also, it adds 0xffffffff when data is not available, so all lines are presents * Re-fix L3 cache associativity detection on AMD Zen 2 CPUs Previous commit: 848394ee460c70298f91569d33f2c156bddb0f6c * Applied a patch from @tavplubix * Use constant for registers name It helps when reading technical documentation and it avoids 'magic values' * Remove all trailling spaces It is annoying with some text editors * DB: fix Rome extended model * DB: add Renoir APUs * Tests: add Core i5 8250U Related to X0rg/CPU-X#129 * DB: add Ice Lake CPUs * DB: add Comet Lake CPUs * DB: add Coffee Lake Refresh It differs from Coffee Lake by stepping Core i5 9400 and 9500 will still be detected as Coffee Lake because it only differs by revision... * DB: add Coffee Lake-U It differs from Kaby Lake-U by stepping * DB: add Cannon Lake CPUs * DB: clarify Intel Generations * tests: remove duplicate addresses in RAW part * tests: fix convert_instlatx64 tool * Fix L3 cache associativity detection on AMD Zen 2 CPUs * Fix CMake * Add CMake * Add CMake- Update to version 0.4.1+git.20200102: * DB: Add Threadripper (Castle Peak) * Fix compilation on non-x86/ARM architectures. * Add support for get_total_cpus on Haiku. * Some typo fixes in human readable text. * Add Xeon CLX (Cascade lake-based) using data from PR #129 * add support to feature intel avx512_vnni * AARCH64 stub * Ignore convert_instlatx64 binary * add Hygon Dhyana C86 7seris test file * Add Hygon Dhyana detect support - Switch to _service- Use noun phrase in summaries.- Update to version 0.4.1: * Better support for Skylake Core i5 (#76) * Misdiagnosis microarchitecture for i3-3220T (#81) * Ability to dump MSR values to a file (PR #82) * AMD Ryzen support (#86) * Support for Coffee and Kaby Lake (#104) * Support for Raven Ridge and Threadripper (#106) * Support for Pinnacle Ridge (#111) * Fix P-III Celeron misdetection * Support for Skylake-X (#116) * Support for Zen+ Threadripper- Enable internal tests- Update to version 0.4.0: * A backwards-incompatible change, since the sizeof cpu_raw_data_t and cpu_id_t are now different. * Better detection of AMD clock multiplier with msrinfo. * Support for Intel SGX detection - Some packaging cleanups * Use url as source * Split binary from devel package- Update from 0.1.0 to 0.3.0: * Added intel_fn11 fields to cpu_raw_data_t to handle new processor topology enumeration required on Core i7 * Support for Intel Nehalem architecture CPUs (Core i7, Xeon i7) * Added support for greater more accurate CPU clock measurements with cpu_clock_by_ic() * Support for AMD Bulldozer CPUs, 128-bit SSE unit size checking. A backwards-incompatible change, since the sizeof cpu_id_t is now different. * Support for Ivy Bridge, and detecting the presence of the RdRand instruction. * Support for newer processors up to Haswell and Vishera * Fix clock detection in cpu_clock_by_ic() for Bulldozer * Support for detection of AVX/AVX2/BMI1/BMI2 * More entries supported in cpu_msrinfo() * Rename of some CPU codenames, made more consistent * *BSD and Solaris support (unofficial) * A backwards-incompatible change, since the sizeof cpu_raw_data_t and cpu_id_t are now different. * Support for processors up to Skylake. * Fix clock detection in cpu_clock_by_ic() for Skylake. * Support up to 8 subleaf entries for CPUID leaf 04 and detection of L4 cache. * MSR functions supported on FreeBSD. * INFO_VOLTAGE request supported by cpu_msrinfo().obs-power9-11 16520906610.5.1+git.1626502835-bp154.1.310.5.1+git.1626502835-bp154.1.31cpuid_toolcpuid_tool.1.gz/usr/bin//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/8a3b2714c081cfb7c15998f741cb24b4-libcpuidcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=586295bf25968e9d614e4dc7fc4cc3ed9cabf882, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRt$[x0si@2utf-84210ada40c030df2b9b12828d83f2276e1f0970fd52342c17fd848f6dde26c2c? 7zXZ !t/S'!] crv9w ,PȦpoa?-`D8uിG%2@nquI5ܸ?FlNntzu1H'h'ĩ@u.ugnidk3KNcҲEt#M 0oC<Ɯ͇PI-JK(ܙPM)4\4tt@/}>6"Ih'ObT俎aǍFG=BGWJ-Vgp䚍ʴ 猱?v*?729Ex}9f Lƛx}wv]ybdL:̧fס3c;j۰VILqnC`70M EF ADWG}V KzГhtsalok.*ˌћmHQҞ^˞s>w_CpU,,ϩk c_>ǟWڗA+P 6]:bK [hP"l\'ǂX="kd :>n o 횑m~R-^O(_ 5?zj{]ϩdVHBNlj?󹾺'Br-YueiӜ Lq ҖrJʋVRQ*$uL"UcEߝ9 v̯ED0i<ޗ^LF`SE1:F[0 294!Iq<)fQ[rGȌ[8qApqx 7iLVYx:<Uw+؝ rT]9UFe@~EYL  n:0tc8rꥠs}.,Sƈhk1ێU]dԳB8@qyM1uQd6Ύd>35qx{ 5?&~|9r9qDJ zdZצ4-hd" νWG+>Rnψtz0xNOe v{J_S|GdΟ{CפGi-NEf4H7rʺNBCÝ)/])_@ Fx)} H0[CJ(D *PjM'/0JU8=?7 \7tUM2?$WfL@~dEd MDo%@)`|ۣ{q{P, ]R쏸ഔ2$oqrXB;|8C\N|e2c+ {< ܂#R*#ô*U֡,ɑGģNaT֏;]& C8jRt0k'"`e"R 1H+#ԽɈ"(]5 ;Uͫ݀V ;Y4/ѤD}ADT&+}d{s e=S!ˮtKiYńt'l?uJD"HK;‡,/or#|libX_e>h=Ӏ2zܙS}sxğyu(=aݪ7wD"o )hqMjKr,Ք;u =9U|MwH4z.pۭ)&8yl q;~g\H55ӷPGggZs^VL0{G? ̓k?PPsiUA yՊ Jw L+U<0qb M㏽ c =˲t#w;IGEi[;1F6µq * ٩faи@cN8.=wf: 2i apʠ2M]G w[Q@3pg-^Myڟ~=*^[hbĜʣx/WI~%TX6Zq03NhDR/Lӧ[zpC\~:*l@ё ҄p5hĜc,rG/6[N+"j4xIuX*bx]W \.dXMt/|ըզVGVכ v1\~ -ై-7\i6lnϨʧ0kzzVpޥhϧR@~E=0^Cc]BZW`Dy!L TFY'ja+dM->h; ӍHUpILߥ)XnX钎sgqYfy.ye;`{b6WKtO-@:k=nT N'OMR(r6.Yl(^EM8o1ٶlҠgдV-9)aUYV{9M"PH($;i kl׉Iq5b̜T9|Aa#RP?\?WhmKxb%,l6Ckm)LZNmX2Q[w޽Fģϼ  Cc's c$̨fԭ@ U щO !Gk9Sy׸9O @4;7pQ- >L7 lEӒ) y3=X#QŜX_gٱ, S_dDAKh*1g#!n>^ #]j;o::+6̩ BxG`҂<15q='a\qgՎ_+M\FZc'2}ԋ*bM~nA0&i@h$w ûq㧬'0چ#Ou3c7]U["`ץ dsAxyREj2E^BBI)v^AK淸 tܷl]|Pwt 7uQ0OC 1j"gV n]Gvv| U/\W/]c_4~]F7^$_?9YUb O%Ji4Th\%ى/7Vڽd~vO3]8Хm.I<}3<6nO1u [AV])t"6nEY}d\HVTEE;{&O.ȥϒtv`"h7?BD\mSVOe /c ygvyB2ؐ/&ɸ(9+q~A ]R=S%UDNJqbRoyCx@d/Dc%czC<2^Z"Ϭrk{n36e8yvjEn[u,_^aݨ3|mxnܤBLo.ۃc  :73*>[Rr[W](1 Ẕյ+y٨?)ئip"VOUu{\%MהN6J^i#Cl̺bg L1y*\K\{$qvqT2z2 Rb%VL&ӊZG(\ "(y?|%z|ws!̬dq@(2uDH 3'\ߺ J@7 @F.v[J,UEH8I?̻J,]d壩>s$'ght& ?)0HB@jDƥ&_^?LgP ^4K8ߟ rZ٣T8>eJ-.Z6Y Lƒg7Do!b/3 DmZI*evŽ̪}ƃ {֓02:q^PiWXӼԠRdvt=5=QQ^^s[:/0'`!·U_"atBS 2?jrVcNv閭IKeUtSVzq'~gO3דFli0$ǂ3Qx[M~l)\S:+Bb'xr13z MyGJ\*NJG KԆluP/Ev`ƿ۴6Z3bRqSPRr:nҮ^[~W$ gݠѝ (c ? f(j>GJX%Kc9o_9` ޫvf%IsφW? MȒiҢIO7ss}@w2+|;|薇T~\:QO쾁>(EYy{ mNvaP)dM㑔'$MH Ʃ:n PbcX(. Prl=5޽.lKl@'VFau~Oy†~\S`/|_6s.6JS5pLT@LUx>5D<>c+@ NO/6U8;(s0xDMDkվbBšUN "ѫDH;Lp"&O,??b-AX鳼0,6xĴ;Kx6t,?lĈʂ/"jST78QKVV4㖞usրPn#F4;=,!E ٩ n錫6ow|TEo{'!(+2g rqk+~+Wz5 (Vl"T90O{E'nو[dHO)6*FF[N;`Mb1i;cV- #Ȁ@i=ᚌDg=;?GݿL A -*qD_ M l7,qq$1TΥ a<]}e:X?kDi(@PXk> ;OG ݵ0vPԢ&x4bS\Oe3󼧢 56[}D^""Pr?rsQrId4` ^Uo.r\J]Bv} Hl]X E@/Qic> ̦m|ZM/1o=uyx}Y|%N?p)gvC34XJ8"3;ǣty2%9~}Ѿ:'UKDU?bHnWɃ)Z:S1^*i- *ǧ~bt[sjeQF vr5?/{s؋ usol;pcuuxVSĉ4X|Q@ֿ7!/~_ ' Eva-`hk3vI\U KH+#BOU`L <񝼤D7 r2QzD7җpU>uH_^Vɘ/5Ny3Ziiu6gnTrCk I2}]~./ ;tݝc%;@* w\鿴-'1;93!S}(7oWhޥGs zL}DrGOJ\ꖏ1m+}RmW#:R*4Ax/t5Iyb÷WX'rOT;T33?okT8g>Z\jN>o6tuO8"l6C j%=]L`^MeL:'(̹{E;9Y;L;ͯ'0(= dk3 ˑ BzW3=0G4(S&!$2t)Rû\䇚O6.\XXE:,x7U1|/qvDm ‰,d '1jB8 cwX%GTM+皦7@4×SL$_i'NԠ Gr YZ