libispcrt1-1.18.1-bp155.1.5 >  A dk=I%z ?ƝSʚ;^0F{~ėNjRx!S~#}~a5YK |+>ۇ}LjZAqT^|RqH:^Y|.ƾ\'FIxO6opO$ c0/+ߺ) rz)c, =~p$]PwM;5K$WC?16f@ w=>H72E02ElLذ9~gV+؝~ξMuN6JPL/NK(RME) $ڏ&RI6_ kúJ p4-eK BB` }%Q11b2831dec1dd55e577b1b4195b3f026c4eab9ab0e01ebca0fb35a4b75657a114598fd05a759e5540ab1556245ef942e48bb647c\dk=I%z BZ”j qG5(x X,KĠ(͊δul)wPv֐F%uiIe}sTFjSWESXI;p1#Qho%R LCLMZ4 2 2.ؐOXEt奛@b-@ (;u P~ h{re !N[Q"?vl!0T_kPk~-;#k &=R@>GPF[<1xa_EDXY(.^EO٫e9}SQ'DR$%RP^*WzC?y`1P>pC ?d   Q  1BZ`h     B`|1`dp(w89:>@FGHIXY \0]L^b%cd4e9f<l>uPvlw8xTypz 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=old-cirrus2GSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://ispc.github.io/linuxx86_64haA큤A큤dk;dk;dk=cVFcVFdk=cVF23d817e57f612b9f2e835d1ab9cf7cc2b406e5051a55609e40d899e798aa91a9a84f53a5f7f9ccc7fc4107fec4ce7fb8234e2b558fa58c62a1ec8b725742d6424f5afdeca8bbe45c41a7a71777e4aae1793ed36637d496c76850bc64ca946e02617beba3c8821b13db6c0038c3188b4001bba560e94b003751deb0bb16465385libispcrt.so.1.18.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootispc-1.18.1-bp155.1.5.src.rpmlibispcrt.so.1()(64bit)libispcrt1libispcrt1(x86-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(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/ldconfigold-cirrus2 16847497151.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-ispccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=99e0cae104db6d832677b62dfcc8896d6d143967, strippeddirectoryUTF-8 Unicode text, with very long linesASCII textPR R RRRRR RRRRR R RR%948ܶutf-81120da4680299f392df4f420b12a88daa24fc530b5e8be6260c0b5cec183bc0c?7zXZ !t/;] cr$x#Ht0z0UF $XQX &xC 2n2{x2/zgzx|gE>N<"R/" L󁨬"TO4:5KDa&j.K5pgIyxiG6'T4Ki1 :J_oع*+ͣUsKf5C^ o=Y n{aaD@` zX"Т<6>yXrx!`=R py-#$YwbSSp,4f# g eB&zmgh "Xŝw3SDb\f8Mb7ِdm #F?)/aXm_cg ]y~M@; &H-a7fJAx VeC5IßWAZN ."DzJkE{c ni`gYTpg1LϹ =/q#*?%YIdFiOٞq^a:-O⃏^ڗ`Ɂ\K '@+4xR8ҍoukLHu{OD0.I94-eA9к1r(/_+-r>d@-4x=\zksn?ɬgQ3-*diT& vHN0`%]^4 蓔3x*[{|䘰pԏt_[aU"h#ۡ=ʻT?16 _ I4&Gsfe~4ԭe[c!c##r=Zx`_ Q2A!VvP gF2팻_Z<̠/!S*)r%`K3ALEE|[06#`E.F(<#p=NKwɽrmkoyckfV&g=\Ip)|J@Fz(5R i1qaS )]/ U2Wq@'{ʾX}{%"FRfT}ResQ2Jpk%RZ /_E&K(x[{!^ c8@ΕrO]'jA_#-ZnϦ!UϹlܾ& (M0(-AU szUvM>}B2 H}iKd\OVwGF D֫?1βŸw9fQ3s<V9nx [S@P*:NO0/d7i=V.Pe{k%!{A% 7Zj<%\j2<|0ǜc0mZeJ>~g!V6BTfJPВ`xljXY{x(y\ si _F{ l냑0  WN{1ohc}W--e馘}Ќr{s/#w;"hO<Dx2!1C **t]ɕ^~/Ʌce}g&bC<]xc5?#GORc_ o/]Q_,VJW"C_Tot s;al6NB c c}ѣފh(ȖV>kϺz7OBn'^ }±EtϗJ0TưC!PxXoS=Ƙ|)}JP\LUoMP@{[N 7ݔm+F+5Ȉ&Wb3}ͱE?Rwbj!Aw~jђ~XOP$t5z~hMns=VhY%w ρ&zxWN9Ϊ"6ױ4$^dm`հU6!}8!!-0`j;74Jb{ -Q9G Blr量Zokj]2NiGs/XmBŜ.hP7j†Ai;Rt̗zDKȺR<ŧ 95dO%$ǡ>xOdK/bIt|WOoeaR;zj`˸73Ml NRlV)QX#(c,;&Hk0C"P'7 57TT'U'! s[Mfտ":]xJUXVUpYlB`gQb Xgm1Cehj~ ;!^]n)}\ ~K5!a $K>c]2 Ӌ= ,Fa Q˿+L X8CUN* -ЁYQ9Uh35liX7|4c7ڮ2Xs@ !řfNRn"x,2q``V7pEA{r/:QSp5 2 ΩӜok&ɀ.*ejSLN+%O 6a]Pܮ8ppu]K/wJK(7^(&H's}jΊҰ'Qx~k]pUZ瀞+WEVy_I#>M/)3D4(O^߽(rjL\t?.zlM9b7ަJQ5=н-V\(S"?q LTcXw8 ;L`!Xŵϰ>di"TB3'XGs'PDG^$EbUtf%0sbܣz&Ύ+g5Zu}!b,(ci*zZAMusQ/d(=x?ar$7|m#VY4VaD73,8BnB ߚkdA+ii oa .+{\ׂ셠1h'z?[]z飀lX4eb{ eT{<4-p/NxSgbev" L[9<2RKȡݒT*ceRmrf]T/ʥBB9LcXS~r'Bp'l0`]` әp (G*-r>CfV( EAT9+@S@1z(P]Kz#$jTe~G=>W1qj)qkW$ aHv}puV;D^_RLpLk}6%*y$U(&h-p al|`XqaCy='8qh**IÿYOvʥ'ɨGW(Ls[!193V8a'6O<)c@ȹj >LJdGcHeJΨtjZ˜᪡׵p˻$HGH ,MoE`;GBfLi479 YlIk>`&׵A[!.3]y1{Վ;m\u:楼N6QIS͕m+&2Vc4JkǔiZVRϙ,^qAVK$~䲆(:E$\0L~caڋ6t`U k|L.̗ kn]EmD$mI)ѷ(,Y>dX_ai:7,-+Y4,ёU_D^T} tZ@#"L3DW1V u V˛LL2`o 2ڒkf1Er QɁ%X?Ww\.OlO,ġe ?r`g='`9<\x"q|g'-bwzz/KyR2wq+ؐҚdB\B3#3)&*=3"S%.10k̾\ 5TXF&>s[@ڮ{̂ch~>!vC+ye5yΤ-JxʈNi =i{ml4(9Dm[1Gv#X"EV|/*,?:_ugf5kZ"bfN&XmiOyeJc.,1bm]xfCcs΄BV=vkEM}09P,1Lq9g+_uOΎt<}ZŮ᪊zZa/@?k=\ZloO(މ$zCB0b į޽tW[NKpOJJ씞MpA(:FwxA>ǒsE%P@~6%6zFx i׾u)dXO[v,2G53q4/bŸйSɲeW =JiEfOif$t\8pq+b3`Uss HndippMմ:*{k4-iQB&*ԾQUr$ڛq.J0vyCt\ fH#au.z}l(m4% >DǘRh\[&yҬvTs'g&9>_it{^Juⱝډ^wpxLhMBTʟrﭼޓVqc-!|)H$뗞TɌƬG,}¤]E(ӌxSԏX1t#c0'-iO4gz)X^jK{6MO4210yX)T,SMX*䏘Јb{:|vl{Nr5|cBG3'jޝ~iN=;;VM0+φ|G*vZ&́6pZ1z:; 4C"yWp ?T\Z! jܘO_ +0ZfL d^S~ȩ53Eܔ?j]>BZm3tݐi80}ּ4~mC`[n;In*kk[ j/::+~12 9I~c {<> o&BK[|>PM4n%d_q?|Da? }K7C?υMLA*y1o(tfdBHhIz1t3q({z2WސZJ+EjdU1ڼ#ﯥNꧏ$&~6LZ)\vd~#,cBn5EQŠi UU+ "huVruvSÚO1zc!XHO7%DECKm.N'Dx{^54ˏ.KTlɜH(9G()qLV@ZCg |Gc&Z­2DRz ]ZXhL/dUjrOmgX#OmbyzmO2JdD!CwSLٸP(e.if;u^2״fq`7 [HkOtl媑OcUhGphi!/Uoc[KmdK$i;9#=D |bf r/T%"EBt/rhw5=*s) 'X f3G:#LD&<0`7 @2/F9<>"rs/x`) "c.}+-] yفk'<(J7jz7y;u((<6D'>RN,F&$r `s>*&NQܽrS7uR2gA_` TW5.TN4CH]E)Հ~PX6nqaZB4.lBr]Cim,Zƨ!IjDpX-VSbU+ᙢ>lrunڤV S8>qOEodB& DA tS!Vuhe|.uDDT7_}q+53M5jaXFɁtͰ#R3ooc Ճ@~:5bO+Dw;V=qf@1 GsOLXV?_8Pi(|;[wQNGk'N&Cpgėq5p@CdXuB;c8Y"d!'x`6w[XTÉZ5] ?$`n}{䀬EpRBLc7@^}ւb+CJ Y3E:wwA̵q늞n߭|9{엡;R&* ig2s'ݧ$kɉ ×&HȄ e3GaC;2T[@9'DM< (jtb V wjBa.o. ^WgZ9pǀXkx\Z0H$wI^g9:,*D_GkhKDS5Pfѹ'i&iOIC=N0VY*p5/{?VY֣:u^i|97}-w7H<|r@+v[dd02 /a7,?gVOmڃ)ۂ3̧owr Y!,q9wXn^n}/`ˆ#/hE3h\Tk91fd0:o!Ξ.ijO2&T^ӷ^]p!W;Ʀ֣==w@.Sm^XQ˕IFKPjjc] Z>6/xF!Z1ʘߺcNT% a\ǃM Z&?5{}&ũXp..nM%Tʬx zRhN0!pj5Sa3+:ɻQ0REy~mjy !f;Ti V/-KL Nq +q4vQ ;\w~[d/8>f&W*j=8+ak Uf![Jӳ`NL4j:Fs Jag-`W ,~OZ E6:ůKyɁ*?R*“J.^ ij gK-&iCa KRDߏ!)ozV6L%,Иr2pEE8qF(Ɵ g w<_' }r1+WT:Q׃t]l:X" zi0f| KܹƉ0Aަ*O3~&<gRdYX_ZuȀEq{@.Z 8K07c@>gv<:hC(RW܋8H  =)ƕx5Fyj̜d(K|065zG2 eeɤ~@oBO1KfiӐ |itQ4DQ[ACoU]lQaa Ȳ?ߟ9M\N I{hz}G:UMX9Z/)f^Eդg45%g^`IqBpn4+p7fR-id3-(jy"eCU/z\񌘤^t!L4< S:PES(/|kԀ_NHj}s6N~nXSTf(ạCxF(iUͦ+rmuxQݨHʜfE券U[ %ɋv|:ң=>=@:Nߓ5C:_VPYڤ (vC8; T(>Wn y<ц>O28F$J:K{Z;<> aNկu؁sԤCd"6E{}5.񴒜@krX?IgtAA~(x~0KcC馶$Ā۹LxG@dDP`Yy#6-ݱӬZyAlo9#}_)TL8ti^$DY7vo;׶ǥ!/ڄ#=\>U\,bjЙ\Yca{B0ZHux{2Ԯj3ҍ-E^Ra(XQ˖- DBG&b,cqQKifw{^-WPx]#J򰏷.tcڹMO:qKD`VW^<5X[ih؅h {KJ~Zo4 8qtSBNS#@VS X 2ZhV`EѿX(e?[6*":Ձ%u 4*)Ktl݈Yס"Y}0^*}g1Ea2"y<[nU + xrSs ++*fB\< 3s#!f+}=eIB8-¢eH]=ާzHP ڹ ctJg#4.:yq6*,)r1S4-S GJ=T`Cs`=5ڴSKݸ"R? `E℣>(6bmB ǣo9;IkOfI0odG}6bߛ) ݡӠ`ANk 22gpKz l*]0YkN(<=ls;Ӽ Bs^(߿X9-Wܟi o7CI?dťO$PVzWҴRnS/|#p,;=yMNlQӸm(3|$T?k&t*PʚgcbgZu1PѼkIb@6BMЀEصpe*op<~" h$ӹkUs nUE.iȶ<mD9}<4-pG5> Z?x'gj)mEl+Ό0˰(@>3`2i{UFEjA%`9Gf@|а,mJH2]w&8Tvg~]TLoƦ -VXSmGQ1%$L*n" pA҅Aϛⲛ)p5j:3tLQBP~(U="b "oQ!au2Sh`wYC\FճWu9el EdW!GЁ(ftj3ˌ/G H3ɖ>|3-bɁh DCp؞LsKdG)A6orIy{ɰw$$v>rˁ(uY&q0CVęQ-%c,M/擲lF3*ߩR!٠`:'0kvXo= Z`cS::м⟰⡺_Mn;?G_wZݕ|O 3Eo84*4(gdW!i!Xm N Qћ]iЁy ax suCIl!a[oXkpG0H\~}-_ji" zw['6IݭiCz[ ![gL06 <8kOH>Q,Rf@toê5do&`k2E^Ldz!*-N9#xDQF ݑR=:ס u0Bor%zjk͸Rk/C&$H#IrOF!GDIRl}zm&z2ZpZѲ֝wKUjJsAaq%JT5Lz:4pWq@.; R&J^,xEY YZ