libispcrt1-1.18.1-bp155.1.5 >  A dk{I%z T-ZT4I+/\}aMR4y1B ? T`i7?IMTqD:u]ИMtI '5`p(2l$9Cj f.͑ki 2qi%H}Bmݢv:'tP ??8"F#H,K=м\q(,꬀Z;|ISW!r?ʹ¸=wZ)X!_mb0'vC2[LGȜ4m%iE'$@ 0JJ1hz?Τ q㧕Jp1 z|J+x8qȾRKo(hjRTSn괔jAƧ?n_r5=&2,;\O@ψ[{'> RSD1+'aV7ܡs'\`/ɨgH̛Nk6"+τ\n S*z/N98f4b2a85f824a6e984706225e591e1409b8ef48bc879283defa335d1b74f42577185855146e4640b9b5a1dc37135a1d7b4180a3eXdk{I%z X )_SC(/'J^f ς/lf4EFO0 HB)$}:q3h˹R.Y10f.>&Njm08aU7wj1+*1G,ڈ|)7^|lYiLfx )/r/cf12F\Z=e@E ,u5ڽs]!|QT/@k[OezZx£wg zWȎy@szDϏYЪxʂi0wu mEUxYtlu{@=k-dUj UL m`DwV& zx8D%t|!rx' HWvfr#V orO1O.Ji_{'+[gְ z< J-TJ"ў[q0<$5]A_T$/BoPpC8?(d   Q  1BZ`h     B`|>lp|(89:>@FGHIX Y\<]X^b1cd@eEfHlJu`v|wPxlyz$Clibispcrt11.18.1bp155.1.5C-based SPMD programming language compiler libraryLibary for a variant of the C programming language, with extensions for "single program, multiple data" (SPMD) programming.dk?obs-arm-1#SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://ispc.github.io/linuxaarch64(aA큤A큤dkٵdkٶdk>cVFcVFdk>cVFd25148b1b56175c34672fee642d466bb53bdde52d7e1fb80d587de70bd4e37ada84f53a5f7f9ccc7fc4107fec4ce7fb8234e2b558fa58c62a1ec8b725742d6424f5afdeca8bbe45c41a7a71777e4aae1793ed36637d496c76850bc64ca946e02617beba3c8821b13db6c0038c3188b4001bba560e94b003751deb0bb16465385libispcrt.so.1.18.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootispc-1.18.1-bp155.1.5.src.rpmlibispcrt.so.1()(64bit)libispcrt1libispcrt1(aarch-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libomp.so()(64bit)libomp.so(VERSION)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1 libispcrt_11.18.04.14.3c~ @cOc@be;aex`@`|@_:_@^w^w^&@^&@^Dominique Leuenberger Stefan Brüns Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen andy great Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Martin Pluskal Hans-Peter Jansen - Update to version 1.18.1: + A minor ISPC update with security fix: zlib dependency was removed. - Drop zlib-devel BuildRequires: no longer needed.- Enable aarch64 builds, disable (broken) aarch32 - Fix CMake config, remove static library from exported targets - Enable tests- Update to 1.18.0 Check: https://github.com/ispc/ispc/blob/main/docs/ReleaseNotes.txt - Package separate devel and library packages - Specify a certain llvm version (llvm15 is supported from the next release only - Adopt {n}curses support - Make ispc depend on ispc-devel for backward compatibility- Update to 1.17.0 Check: https://github.com/ispc/ispc/blob/main/docs/ReleaseNotes.txt - Switch to default clang/llvm build- Update to 1.16.1 Check: https://github.com/ispc/ispc/blob/main/docs/ReleaseNotes.txt - Remove fix-llvm12-fallout.patch, upstreamed - Explicitly use clang12 to build- Add fix-llvm12-fallout.patch with some LLVM API changes backported as a temporary measure to fix LLVM 12 builds- Update to 1.15.0. * New loop unroll pragmas: #pragma unroll and #pragma nounroll directives provide loop unrolling optimization hints to the compiler. This pragma may be used immediately before a loop statement. Currently, this functionality is limited to uniform for and do-while. * More efficient packed_[load|store]_active() stdlib functions implementation (up to 2.5x faster), which now supports 64 bit types. * New cpus: icelake-server, tigerlake , alderlake, sapphirerapids. * Several stability fixes related to SOA types, bool varying type initialization, broken alignment information, type scoping. * Compile time improvements. * Initial support of ahead of time compilation to oneAPI Level Zero binary format using --emit-zebin switch. You can use this binary from ISPC Runtime by setting * ISPCRT_USE_ZEBIN env variable to 1. Please note that SPIR-V format is still a recommended and default way. * Initial function pointers implementation. * Global atomics support. * Double math functions support. * Memory functions support. * Reworked masking approach. We disabled genx hardware mask by default and use a software mask by default. * Improved address spaces differentiation. * Initial debug support. * TGLLP (TigerLake mobile CPU) support (--cpu=TGLLP).Note, we don't do any GPU builds yet, because - API is not stable - additional dependencies (that are not available, yet) - Update to version v1.14.1: A minor ISPC update with a bug fix for AVX512 detection problem on macOS (for more details see issue #1854) and update of GPU version to use Level0 v1.0. CPU binaries are based on patched LLVM 10.0.1. - Update to version v1.14.0: An ISPC release with several improvements for CPU and initial support of Intel graphics hardware architectures. The binaries in this release include CPU versions for Windows, Linux, and macOS, as previous releases, plus a GPU-enabled Linux binary, which supports both CPU and GPU. CPU binaries are based on patched LLVM 10.0.1. CPU changes include: + new avx2-i8x32, avx2-i16x16, avx512skx-i8x64, avx512skx-i16x32 targets. "generic" targets were removed. + several stability fixes, including bugs discovered during fuzzing ISPC by YARPGen. + integer division performance improvements. + support for __vectorcall calling convention on Windows x64 (enabled by '--vectorcall')- fix build with 15.2- Use lto option "thin"- Switch to full llvm compilation (remove gcc enforcement)- Fix llvm version dependency tweaking - Exclude %{ix86} for now- Clarify cmake dependency- Version 1.13.0: initial release - Add patch 0001-Link-against-libclang-cpp.so.patch - Add patch 0002-fix-compiler-flags.patch - Conditional to build with older clang as well/sbin/ldconfig/sbin/ldconfigobs-arm-1 16847908471.18.1-bp155.1.51.18.1-bp155.1.5libispcrt.so.1libispcrt.so.1.18.1libispcrt1README.mdSECURITY.mdlibispcrt1LICENSE.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libispcrt1//usr/share/licenses//usr/share/licenses/libispcrt1/-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-SP5/standard/4161014f20530360b8cae8d436407e5d-ispccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=54c2812c9b24d08a21152bc8f41e874aa8397815, strippeddirectoryUTF-8 Unicode text, with very long linesASCII textPR R RRRR RRRRR R RRR:B]邍h^d0utf-84a5256446fbdd3fb1de43cf316e2de363350e688e0dc53d1d906277e49548a29?7zXZ !t/'7] cr$x#HfP=xc0PX)iԟ v3-F32O"v#m 4 u-^V,AFa$2#>N[\>ٌfd!͸Cl*;GKd)dir"xi_O/U*0uT #Á, `o ,TPSxY `zl8 3!y3Gvw ໖ V tJt­H0a#FL62U7:]d<RȊ̄.ݯj7H/ϯ41tE q/W2IEmWGFJv#ɘOI/;MzOjuJQC 8'"&3(ҨX)c]‡òxMXrĨ푢eusσJMסт(I/IZoP *%ΗOƛ|yA(.D[9XZ5'&;ꦏIr݊`=eԭjCH!di/w9oOj eN9>2, 3=l/}s%^wŲ}ԫ2/S?m@0q xn %^X`:ltxGEvy*k/N`TQb<*`W1UVѢk_LrhgV&b33&Hb̬PYi4(LD~qjߎݹ2][P izqɽ;űul6bP?F|!WuGMwbwQ\LdSy#T }7n%ؿٞN@'U}OQ"04eV|.N?X ZzK,LxCt(<@>vASBC 2#g_x 5pHk鲝L{ ZYek*31}mLowgg3t*9% v9ee rm40 -#=}f^Ct⠔ozb7.ZMm7Χ vu|vr V?^Ԡ]6fX K>H n:>oa"+.w5"h\Uݝᕺ% oH;T+O3-XqPFZIpX*6$x.u?fEߋ*H34wĄa/:O&#]AvF~xݞU7ih0A "H|} b 3wkkCּoD&+ ڠ$Pn-=թmVMP'͌Rzeٕ52zևrCD:,t,f˟=U+c7'I6*D3~s`yF~ %2@spHY>~`?KwdhE$Ƈ?j'X3DFNÖ Z,/dwXi@$][\,^В@n5?zYT uOA{7o]Q^=5SrL|mJu |A4\cnv_\͑=AqHX6LdnSA(7`W\Ok.>;ո)_߈-.7bk-oV%ax[k'fЃq٨ED /ci#!ٱ\X*Qm, <[1T8i^ <}=u??vq]f`6wD9M[KGGi)>ym^D%PvR1~VR6sO'&G+Eug$:4E~U7J߀plD= 3FM1Kū-"E쯪B ߴphC&4s' ,Yձn0 f,g!P~54T.mw$չ95Swnyjpf-$yW#ԗ҉+.e;Jd$(9gVX6-̼:B#ȝ/d"o >0ie|~_oALQKu7 =&"ՏjԥpYH;9BMf q?7P8k~chQwMֶ}#B IqeI}" Q1J/֣}]rP1^Oz՜8c}R=avֿu"{ q~gb/nWNLBqLm]Q\ܜ,^(1"h,@W58! ?D3 DNFøih"c ȧ8AQ@M>cauH`'Wv޲Qj@,3E%XJWPEXd6 ֡0 ۺ@QGJ{%"Jͭwo'on Ysh顇:'/-6ax m,cZǚg m$_v߲\&1RFK":QOW+(kH Ƹ;a+ :GxX)4 >Aw4z < l6ñE &jc{<>5Rmict<7J?' ?#޾*EX.N,52אQ }NdLՄ=$F,I:(bECh O; Ķ `U!Gb Ngbo/]b}S{H16x4=kس{bᗂd(s}kN1E8jl4~yl3ñ";Ġ rbѷo8u;Bwp؞ vqwWc͇g4>8_3 `Dʦmy0vKm+z8^Kr"73Aԛ^CN'AQY^IÙ`q.B8=ǮʉgS+~?wQOh5lT5y7lHW0g% stRgNTɼJwa=9 (@5#6SB {yg2c} D \pćQ0-?J1ot|?]u iZm`&V"nrIz VAw%?]'>Z{[# xZZpjpc=8Y>#]i 5qZhv9|]"cj2H?rwCΈ̾,,X+t=GRv`QbXO~g:sF@c$eBM8ܖ'7h z}@)r %#A jho~ΝÎyIN-ØEkT#uD|d!{QwK~[FE Ɉҷ>+'@X4JV0k?_W_&<1xXH#K7ߏ0{9>R A"n>8E&j>Rb@L.yr݊$tᏡqm'QU1[$G+LKP(Q]'Ƣ; kӝG0\O n]_SD'N/FحVJz6hw[ŠJ^#7Gp䌻&Fe12nC:_TL$oTEEE'?z mf}Z+Ybf;XT)!I~Jq1ځ bNU`"fj~:\W}*w"'y%.RqG4i'WH".f\ICqj/`u呪# fcRҧҤ.NO|LVgX خ':i&Kտ-^c8/U(Gy?}fx lGM'fM>ݬ@DPx] |Ƈ3" YpewK S1}.Fj0O*r@قWEͯE^L,db"zR/"/kPR3K;jv /-/B(9R ;\c4׻ˤS \g` 8_L1^EDEsI,+gr@Rx>4YlZݯFA7_C+FXS x 2PI?7ࣩK^ Xp {+쮌[Xj:JuH4s2J?P@g!1m P|K9d+@+Xݍ`-Usd5eDP1]M=?MQRX2w!]z6rZ Ȟ>nA?͠ 2ԕh60,ʐubOƝhlga%Qbw/O :|X!?{cV,~+h¹P.i4OJ΃;!q# L$,S'ekp]qaJ#6NfOy3Pxqmg &VOۓJw|~̛m R؇4Fu\v|nI RVRAjxpae_p8bh'mɣLn5LG8 HFI~]=Nn9zy5WE;w15~m񶙸B!"C=$GXWoWMrnrIa C=ږ),] :SgA@"OXi$-]B uڎ~ԥt0a,Mp-^xùg W:ʔX4sG4.GܛH³KyWܔuB] q=TMDn%p,$X\͑\ g$3F _¨Mq8nm>~C#p[=Zl550ʇTr8(PКaڥGc5C_ 8iyL [qZDʡ:D'~nU<pd  /KH&Blڇe˹yyj׶Jܕ94am Ds+Kʥ/5xx_?Y=#B `ʒ)ŷ͕E7ц6Y;G-+BZDgp2YXF/|ZY3+O^sx vkӅuOAſ9gȪjo36f?X1?{58;Q{-#jrd.`hi |7a$]z:.tZ-9y) hA>tzO=xx~RaxncSwl5ĩ.13Θr+1\NׁlSswi/{?Y$祜EEM @20C#ݎ݊o^sr"ZO U2 BnREjlyYUe^\‡JiUnY>JbjK1EFOZθ_yk2lUVVsr><]$iF떈|-X#zR42R29ph0"mA=U3d^]QJ8ܓ't `@Y4 \Kyi#l<$OUոc=Vb>duiU~L n;n?Sr^fT@3W`yuFO$thc#S~Eb }5akc,}&T7hw{!r񾐖`+((56f{&鷕% I *mx#`2>TPVJ%dmYlZтI#c\ S<7rPQ)jPkPLcב7]m^M %eFddaW ZK j脷gOEB!nf8L/\bEfphڒ6 +2,|r=4|@[.vhEv2<Jyke畳KTfk$pI_}FۤvVԛ0.TἑɫCm:II#l 9.UT !k4}UI1>.XCPK m)_[hn8dڻC_=:x0o4křXWmn6qP=GWy^@GRkjSBX~HXp?DAeR¯ % 0Y8>ۆ upL1NmK JG* bc| $Pi$+Hu*%s%w4ÁsEAr* zz[$P瞉)>X>E}Mih)G* ׉j3f0@y0 7;H(]4\Rq.vj36}KdY' ;\E-VXtB} C\Ze&Y}f"rfaDc X@YL|]7et޴ 5,OUoWU XJ* ~"LD1׾ Ù&$0LwI/ߧ\ӝ[v\vH'?М 7߷^:d!gw2)Y;\5_-y^IW9Bb\l@{x+mXET5>[m`BTjGd!q5@B luSNq*zko&utTl#l1)IgkE+~7 u^늈_6TT`dG;=^MР@ٔ$SKb[ OOoP~DM8\q2b}؃ J"_;"aڦz PÀaW`^p|>`0E3E Z"7dtn>vl8МQxRMOHO)"J#Bre֤T).Hv+H0${PH>8t'=~LR93yX D P̟){cu.9,ROJYxO?w# \_X:)rYzv@wt JA`n#eI%,lS؁_a*..(Sdk;ᳵ~d4ָ+ e{&1wa!K1GZO!YBQ9Fś_wnԀĻ[K\um*~; 3J b7ecAbC'[5Ļ0)J+UvϹ,vgCV/쫖5BQQSTzѵDmhXd߲;ݣkPH5+z=VknYuPH{'ӭOU haS*M) Ҙm7Z8̔^ jǝk?9G__MR^~ǯ3Gem]wKW(mOkX4{UtedDMl)ءzأ{[ ~;D<V߲ ꡌWͯ_$w`Kg6xx.d;.#m4@97(]#j#;=IмXǤغ'Q%H)0=ras3 x*MYRPD>LHA6ڦˉ:}\t5CNSX:/9D0$. 5牜Ȅ#!#N w|vJpEEY ;*e6N hzP> E=CY,[O)Um]73uTl)u3_ZaɦyA/uL'~*?cVT}ĥ|AX|@؂jIgϊS@$ sNL2!x^3NM؎y߉N%s&3u vI^k*SVG`g94$.[Ϫ1D^1I{^M>yS5%X&L(mE_)Cmn|"W'!b0"!C0 ?7:Xt s!(W{GuXk-!rͭ >\/xG^QZϔHy4T,۵U #A F_Dn4dYfHvN=WI 1| +"6- ;^x)tH, D9Cx)sʑ[oƟN@S:Jp>bZyeqXo9-z3n %cu2/mwl3{tبv "JOJȣETjm*Aw&.Q~O>ΎW4t뙈xlĉ&FzI0Vbqe5N؂,G~Dgg$I@RA^Xr̘]CFRfvRJF6<; X/7FCy`hOTWh]<^Zd0gP)"~TnyM_8[s,9V>Lrg JpsHl(#Ht,4Eu(oVCyYFPI^)+ \ǺΝ!\lvSOF}DPJݤ FtVPf0Z/C'O}Qrwp.T,vn[p?d UF.onUm(|X{Mu$\'.:0GMD %=qd016͞t۸G!i9r["w\YwWBWc2M3 p$vP{ۙmv7L(Fi 8cB$ç 46Rz䗥'd)7$rS<$")-Ӑt{S3D#Ia~fya 1:H<239dj. n _Wz!Xw߯h2ՔZxP5B<{)|4$xvj mX9@)VnztlTEw~7͑Ųb̩(D\˫*g}2-˳(Ol{5fOj (Vo&f+e-,3> "4,㄀b`SP_][d8ِ>.,16\2mDgZ@z/V8aAQ老O2O]-l&^ {67/h=%ٗi}q8h '[.SؙÒb2SٵWqU\ҍ~4j줰[GI*P0씻TF+y,QفNQzT,۾RL< 'Pֹ8yWau!6wCx$h=q `!h޹0Q;42czvwB50ӏЌ'Jt29h߲U~vɉm{HH)'2Zn#]+-'P%`+;ϕ۶@8@30 CȀv 37V#^.X=B w (yq_`v.>JU언upI0xU`0g_3 z`˺ O Ƃu\pQ<ƃs~!G:UFSa|@7/B+FV2fZM9ԏA'P|(1w2"SQb2v"y$۵c>@1qh;Fzߒb]kwTMR]]vb&3h&_J$ܟ0| ,!WO*cvк|K c+*8=QutsY@~쒠M$e=mw<;f $,g,,+.gKO.jLʍΪ.$/8c0b u1PL$j;+ lY7-`m6ay}حF_~bk+7h̽֌lSɊK5Ἒ.ƒ D?(lPt` 3ba dX#SFG1ko"kG_ľJ> PP>h2Me9@mS=$žWQ2%i7uWWx h+Je&qDM&  N]G_d Yd,n/uZBe`M3lT3`VDj683l|-$yxZE[*r~6jb*A⢯-3xq;EYtx,d۲xO1:qO3.Kx;*rr i2 }P~]C{Ie', dm cLxB3|<JӴI5P?\O/4]?.c65Nw*1!ˍ(k)2#7Y}Qӓ; .>\ѡ[{pY5'$R3y ! ~)BSz`[4K=n" Ck 3)1㾯ς!89ff/e)cyYȟF/znԯܶ^N= `+k n%_҇/ PkbtRxOOĘ6ڙAˮ)C$%8 oYvGHWq zע2^8ptɜCw%xgܚ3;}'C(qO%[D7Nii֋Bd*2^pp&! YZ