libcpuid-tools-0.5.1+git.1616323866-bp153.1.1 >  A `v !M@eeetXf8x!>lɼ+58Ń ع wGtt]ǭ~cD K!NuQ3sl$v$q&PT{,q ȖguB }Qpm(7P(@7~ Eg R2 `Ɂ7 |Md$bJ/D~A 3IKʖ2jb"}-dUeep}(U *I 'bhDl9bb674a974a04d5f102dd1fd87d844da3c25eaac8db87c1e64dda5fb384fa603d1f2a2ea8e7306daca43cc10e4a6e6daa83acbdcVD`v !M@eee?7`b@au|5T/V5-Ug]SI?W%Y 27q2 'F3\PAǁIiew"7`{V4,o%e@H` sIhеUͅ(cm@3"! XG=+35WPӲ0:ʼ"b]xFqN,i%,CQb\F 9lQ7A9hHcӡ}+j_/'>p>&$?&d& 0 Hx| !'08 < @ H   Hd(.88 9d : F"rG"H"I"X"Y"\"]"^# b#*c#d$:e$?f$Bl$Du$Xv$`w%x%y%z%%%%&Clibcpuid-tools0.5.1+git.1616323866bp153.1.1Tools based on libcpuidThis package provides tools based on libcpuid.`v obs-power8-05&^SUSE Linux Enterprise 15 SP3openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/anrieff/libcpuidlinuxppc64le"@큤`v `v 05944aede7d446fc04793ba940956d34cab8804f8167194963248e4b7f30f464908876b5ab359ae1eb1556b92c6caf42e5a8332673a250b30cdf9c5783cda19arootrootrootrootlibcpuid-0.5.1+git.1616323866-bp153.1.1.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.1`]__@_5+@^^)\f\eX@Y9<@X<@XkMartin 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.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-power8-05 16183487840.5.1+git.1616323866-bp153.1.10.5.1+git.1616323866-bp153.1.1cpuid_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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/167da75100a3fc7df8291a0fe39d68a5-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]=be0f5c2a1d395c2e59f38a22c803861382602bfb, for GNU/Linux 3.10.0, not strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRR!K!{ utf-84800baa3f5eefe942e37c8e5358f03f27db4c02f53c0cfc8a8f8d5063950f69d? 7zXZ !t/'+] crv9x eA1C0 *t$,yW3ǑKGZtkLj\MS:楸"loҰ$3a怇<N Kr"O :gh_fDz+,Q]SFm$u~@U1"ȫ: "v'Xd{]WŁb-Ueb`nP*qy|_Q˰vd̦ϓH߫Dy$4D-FKpTZ$c&G贬M|띐:JY%u?xk o[ 2Yi!ە En!Ɣ>fnh vu.|Hq.{`/!Nkz2/Ml0H)Tp} ~:+0aCrĠHlКd='.TYd?RxljIPȱ#870spF`L`?J@;o6A+ y#G;_2G>4PpȇxLja{:wK@;?,3&Xʳ|A(K+EfO]~mn\ N386.̹~*{%gpj% iQbgaXۂ>b K.W˯Қݕ~YfcMڭ5es^ ŭB<H]!.!VBw|y-bx)w*6NqAI\;w`Er;AM=[?O[hhBVQM[+ROµ/GO'& ұIq]e)>LJsB{17fu,^*ks;@t5btbcb'1n%5nn&g=6sS=7(5{)u[k,*_[*I =XO%T._\ۺxUO^٩(M*t7tP ' :)͍6mwFE[yڶR{b-ZMm&.}D?|/An9>S~A`?KP^]{% 4- wX]/UTy0'W>]֗dɡ-O{`C}Z?JwVA&J<Mӄ zcpReo1}wagҟ4\'XX_GI)4aNI Ʒ`I&i [I_Ћ25y{MtlA\dӕ>%؟slRv" <7պ_;p"$9bY_%nL/M$1VXlU tۅY}01;jpfjZXkE#f+ץm(wB4p]<~[w.5lCsqWaz'}GHB&lSofVwg/[ٿ:׫.g:vv)9 %>m2&}!8o?b0IM j١;04c6^A5:XEzPFw0 brwG9w]/Dޓ&ZZ궆_޷Qy"2aW|D*<"3#u(sjUƐz۷PsAPIsTcm0`˨^͔3e]0ތQ>q'1t@h[ڂ͋V\ĐpCpwPw9. nz&{ܷU!gzvOmoBuO`M-GkcHwZz 9{92SCվ>4:{ՒM&,j&9^3 *yȴ;wm#3i]-eTQŒضzwgrgTc/kE/z?`%&K:7&*8A/bnI=5cq+9_qG>!5I0I#_BƥdY[8'-EՍB=a=5w^4؋ڏ Bleޕ;ĵ!˭Ll_"kNjhvbp-|aN6@NRSw`sXίP̚*"ќ8Ń`UeJ 4ySAR_Pȸ!H+>N {_KbXVp|k,*aWk5l&4A⻰ߡ `[PҶ 9{pxk}oHQUo=̓c_4r)}"J Cټwt+Ƚ)z(D L: ([E{3bݶy~ _C{rB"6 )lk=GVW׊},x;i߻k `j?LG{NTApTWɎXk絽>)Mt:S-i͌aТ&7'Aˡ}FzO(OM8;䵨5鑨Yfw{HY<ȁ8Ξ#9OlqiR\]R)ǚ=8#G7QL_.rpϦVØވur{I0N~E$yegn 0ݗT> Ua@)NF)F%t}L{0PG%MD׊9U8dǙ4t˂ǤIF!S h` (+O$_)414-u&(󚝾ǣ* Ƅat) YEX9RS3͂ B98fh|G\ Dqfb`9/yچX`ŻDY@$/e1Ȗr˯y %CsЌD*ޝ}`|D' \/02Q- QYjB?WU .y8KU3~/֬_ e$`ϛ;5i+?9% zoC v~OM+YvߍגlXatX-Z:3Sņ[Β⶯qF&/T~$΀k}z:"Dm֖Fb">'Jߕx&ހj=DzwS4, 3q6[emiI-SS# 3%IΡw NC Z;CL3W`ܠ(њHCx*pbWh[ࡪ],bH{{(Н+C^{3 9}( +YqmW)l0-,oܖg֥{<כ٫4"8@!{ s$(^L \oJjqf ÿO|8H(?MT]NB"gBEoWD0 #olu7R"%MQg^O"㒾 gE〳]agDde-ߜA<:128pxXI~Nism9+' x*n˳6y&@foY^/\G:kVAzLx65laʼ͠nAckS㠞=K9Ò}U"? :VtԂ֪ZGsX./^w\?$S_>4n.PejSry:Sr}>03 [a<= FWwԊe.K91I3ԾA[UAb_ZSѿt,Py"n)/=e21#&-Zw:=㕸C+_f8NyvN}Zմy(=[1gNpkY/.L`BGijrhyx[y=dgT}5:R~:pᤳՒ/;أ,򏅒}vG /Zm`M"hO4cb@36I}8^Gl_B|CNj1B 7E%m*7Ɗ ёU\@4cЛ-āG`CDu*7lcz;3 =W{HnEFw%aQi!BRXXd*/LJ>%,:L% WQȸڝ#t8? ,l94=7힫Ekd}US1+S<]&#vg=4R !#Q7`mZUhlF\$'@] @x/iunr1{ Mi+xQغ^%/C򕀳 i}̾ܨ/߰(5w5U5iwxg:i<#P35NZRW@b][>d+kSY(HH,!zJ̨#(Ŋ%, ]hqjJ]|"M gVn^3*Qo;*,ߌ`C~:¯ɥmiw)UW0SS(aP(љ<5Ǘ"!z60YИ9IeASP6I}}{AM.wˊ.՝ՄlI_xO*Kͯ5$颂PR|$9Qo}zemJX{<{0T*M;|s6*hjT8lX䯜[A3 ^oɈ1VGͰ\޸bƗ!vN_zN .^ȨaDFE< PDPھzr3|۰rD +L'1'>@3Xb}{"H*h\Z+]wC!Y,QMT5::Z>7Dy6xSEl7"7#T?Lވzf{PkmEf!Ѱ&M($YdԜ5e<` 87)ԽH5os"#{[A'I)uħSC=K3<9Vt1AT9_lm A>G F9\ed\| >~ v#P"Y7]%%8TO^Vi88 Q8X%O7 `aYe6ۚ7}*7'lBeAPuM7f:?)x;o@\$vSP:#bm9QR01QSzK:x_ߡ ZdHI\'^ Ko":mjøtÛ x $Y-Pa'f^-4I4MqἂdFws7BN2Oj)Bhؒ4HSJ T!w܈II$^^f(D,s Mz.1ͫ7vU ؼm`%kΫv1c~)`om.?北:JĞЏ+ˀQCSުFPҦ Z4WLwGp`| h!A#Ġ~<"$\.⛨l6=i2<а'kSi2k!&o0gp&°3 t?4 (I ˀx+U1B5ɣ(KR@Gh@YyWh0N1-{sxpVɿ9v⎆Ei+!ݛ؆n :ڑœgfqg] hM.9Ѧ~_ޟsA@?]/ D[IPf͋bFML9%(BئCp&>:*&9X&3 rS2jBsH.`p۳i Rcf^9,=8U*8轀j؟OER@ Y *Y \hY$P$Ͷ>DLM38Ԁ0IvT,2\]R`0ӭ,H[b XIA֯ͳ K|++9opA_.k5P6.8\fm;`"MhQB^qQl㔅.mӨ.DA0h[&ðU[/E#*džzFx}B&C58k˰A6=̘` #J5gf`}9>~Z#OjO[?xqj <2)&ؓ+m'U@p]p{jgͰ<+o%eBo{ꆵNfjPLjN7+5EAg65ܕOBQf@;"AĶ6aZE.(b~]͇ xqV)MՁm ʰ{2|婕ziQrj`Da*ɑ{Za ݜj2q кѴ~Q%'5}G}5n7 $+F.25H71RY/\gYƄ[18D3w~C*$r; i ʓDE|6&-*hnq0.@3+'HOn[)V^-x~+YDŚ[Z1OE$ 2o}Rmža<1w|?zcT:5P_"o|&2qYDºL "")bcUg/쒮Bjt9Vae+`u.JooW+P?ޢPMGW3:sH4y_Ff~!\xPU畀$̸وJt%8g 5=*QțJ鶒>~Tfz˷Y?$9Uh@TQJW3C0Z\ꂇЁI~*OqEW uAc.ώ=2P ,;$y!xYpwU>30W3tQ!ʔ%z:\jO?\> 6T9r6a`DN&Xm R"K.s28qބ[X;n2Or;Æv+R-e@%y?0;PWך,c눜-m PR1N`k8Wix$f6AkEHԓIz"$1sHt+N<\tcZw򋭔 M'
mH8-]&..fS+88= ‹Ǻ)FJ cؾF>PLh٧FL:T)3z[IUmp_$10fF%i)7`SF[ h1|\c':R2 l`)ޕ vq7'FL3f}V/Mb["X5G'6i j1/[bB+pW,݊`岼O3"kWq4EreqMBqC.sd+M2z:zŌ%>pߓa;ylC(0XUy5&^J8{dCCN`쵿x|:r*{6F5QQؼ"ydV9.xd RȮͱ."Dou%xi}}8l+m$zM|JOXg¦+ֲ<6ĖYQ%F#-n9F>?EZߐ ԫUV9YL.wDVuz ࡦl'cKzDWu9!) c| Qĸ ,>h,ERWN0Mףqy Mq֌nCPgkQ2!$'?<^&?N _0wDCh gU:D2Ar:YmUN| `1CU].`l6Bk{R qw4p ꏼsXK:[h-Wf/zꋬTΛ˥S:j +\h0ld1&w7j'MUXJ2;SrX.p1XXlNꕦ ȭBH<{e% Bܟ`9uN¹ 3tݼBMTzh㺋Ԗ P\k}J"5oomei,Vs-=RS ֤u!殌k>kN~1ϥ1Nr .N^&3DUle9W7v\+W*SEGE;%ݚ zTOhvgE"9Vw2:1pL_ FW)1 %wڑ-8 @D#?* VШy=e"Vh{VXnz ѷZ4KXY >S{4] EXVvz[*#oXhd%B$-_ͽA!1=h3tu i "ڬ36HٕX삁іEG-x_Qc:Tl&m  LϡHI}*_zJMgNy s*F*mYvj\a29zI!.Lk@M4*[q/xbWb `#DaIh)NT|.r*)GW1D?m[#>ȥ\P>^ $A>ta=$>9]UHs9{=%J6v5,{9k J LX ġտY,mRF8Vo;juMYEYXU YZ