libispcrt1-1.18.1-bp156.3.5 >  A fDHI%z PxGhM刵q*`9ڧ"s󞑏Y\1B"Aȗz#fۀ ]ЩlKjmR`x3$ߋ?8nn[ C]n +{]8όeڥr箵ɶ7{ Q.?@>IkPa})/ c(=i4v^gy ÜPVmbw:AYayƢ-xzX}&8e%<3UAkIhEO.|ګkz?Č`#yށ&+=M]_?8|sNߚsK3hk̶\jUQ{e0 #GԌt|)x*<|*LNw̆4VF>hVpvN8A2LnLM[$mkES L46fbc90a3be0f8198640981d3d0d69eb8765a9b933be4c5af129f595be3e96f474ca40158bbd1e4606c0043a1c5abd37d7bca2b4YfDHI%z 8>|6?㪒烦.vQ(^~ &líWh*/Dgbil2'%\ȣ"&H^b;3 SmB-~⫝&wv%a@KpC?xd   Q  1BZ`h     B`|%TXd(k8t9:>@FG H<IXX`Yl\]^bc.defluvwxyz(,2tClibispcrt11.18.1bp156.3.5C-based SPMD programming language compiler libraryLibary for a variant of the C programming language, with extensions for "single program, multiple data" (SPMD) programming.fDHi02-armsrv3#SUSE Linux Enterprise 15 SP6openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://ispc.github.io/linuxaarch64(aA큤A큤fDGgfDGgfDHcVFcVFfDHcVF8235914e16cf4a36a477fd296e940261eeb2c9fe3fa47275fca42256d4b6c4d9a84f53a5f7f9ccc7fc4107fec4ce7fb8234e2b558fa58c62a1ec8b725742d6424f5afdeca8bbe45c41a7a71777e4aae1793ed36637d496c76850bc64ca946e02617beba3c8821b13db6c0038c3188b4001bba560e94b003751deb0bb16465385libispcrt.so.1.18.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootispc-1.18.1-bp156.3.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)libc.so.6(GLIBC_2.34)(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.3dc~ @cOc@be;aex`@`|@_:_@^w^w^&@^&@^Hans-Peter Jansen 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 - Add ispc-add-cstdint-include.patch to fix compilation with GCC 13.- 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/ldconfigi02-armsrv3 17157510521.18.1-bp156.3.51.18.1-bp156.3.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-SP6/standard/48f2304be42a5be70b59ebea857504ee-ispccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=99a1a0ec5fe74ba00a66b389a0e8fc233c25425f, strippeddirectoryUTF-8 Unicode text, with very long linesASCII textPRR RRRR RRR R R RRRx5_utf-80139849e17a03934c2605cb5f397e1542fd7deb15f1f554fa0d4c0ed63d0de00?7zXZ !t/'7] cr$x#d^ /Qsa/?;Z)*2 ^ <tBz?wdPA h+bNEyoz/mZg`MmȸޑR/kFqi,p,pJyH5DPFo=v _=w 'f TYbݢ|=2RX/Ŝ4Z:ND`㶡w%tل[",.  ӝ4DUDVBvD bd9@P#^-(72+ Ȣ ]Ha-%ѥtk{-ub. es[Ogp6ŅժPeo!ʼ^ DZ/tE5s;-LI!'Fo*ӴEJBS- \a&-?O"Rbcq %%LK޿è=D)2Xfd!RSnR#nwߒ7&29}S.huQGЁ-+B;ڡ榷ҧτomf0pgյC_qZ$Nɶ%tFD8[Cdc2J?#ZBH_ah7'H{ qm}.*,stt=SpʞuGbPdx~^xj(1Ñ4 aA].B5ͩJ"ILP2i>?g΁aI9nIUp♻-F'Ո*%ЭsD1|U~mm KZX":\#{g.)JzF¤^~+?=Dқ:8q!LHY6EJ=ѰD^H(6vͅ -qԟZj)wjHwxa  TlW,@-aiD*FP:2{eF^9flk"D%w>0w}X"D]l ܥRÐW?,yog"(wxjvu9jITDc $$YU Q٩prByΦM -ŨOzhZfYޯua`.qv9}WI>"mv-_]R R/,\kr1t*ϑfWs t6򾦇{ydxfs_C [0Ym%Ʊdɓ_}M5:C,$'Y=X9N]"[~Ҏ;䣐-Yҍ 郕tԊV 6~92l4 ve'wOKEg\iF[wr z8CB܄C@n4q/+#T(2ԃf\צr|xjjE#(" EDzGhu-%qcY qQ% SI({z'0*擬t{ q3Ыy R}šҦO\>tyB{-e=U$>3Ha`Z$0: f^5 כc/<^(*_aZM;SAE>>[n,.fI=ȇ@ ow'3~9i dYGW0uجUѤr,V!̭eʣ9d eQA6=P3JEG _L1idvDd1a9(0cvw%3" سI;e48S&BCv:|imO'Jl!f (Fo*L%ow8o\Lsz˜T2g;ޮiGV2XX #%~&1^% xM,:'EkI;ˏ`<#lB8r7\GiUKʝ_q{ݾ$oX Dm Kûyʺߓ{_3G컋1u抔?B~PpOw8s IL&ԏ$f_= ,x!~'I  OTtz+ݬ|C--,BZTF#R&Y\a?KF\z]RN9{y$ *h3 P'@-Nj&rMnQO˹r=v20r0y*|k>YijeN Sf0pNO㘤yA%c{P5R',h sĦ\vcLf7Liق:>KGH8`H/[Эz]Z1L+.Pu{w%)t{{ Ql:+gK1α7m,%s4Ab+GŒ134wOR x2qX,hz.ձU6r0:rʷ)|EU,wRVYYPXP؍Pr GϬq$r,P ֔'g;@|i`3:u`%:P@E Gp[I'?]f y. Uq?L&˖7R7,~K MŭUI;Q%PQi_JȒNS>|0V~C0 ?&<<w}70#KQGLUSwHՌnJ~d=x7uN` _IgW|2Z߲46 4%~wc0(`:OnGa0hKT#BÐY=08j \8QԹ{I@A)C,f~}%Sr| sjuE PTAi?r֯5dȩg{Jְ+0o윽06Jp TY,Da﬽rmڻp_aH*l{T.]Νd"} >FX0╝e"S gO9^NZ0KuЪ#+@ֶN}|i`#h(U+ζu2SZ_3G~dY\EjQL[ 9Ɗ?U3(fFa. #W͔: Yz5Yybsw*a*w6=S:R`ʞ٫$b˴0HOu!9Cj|<.73EH `g@`(ՄBQXwk E&ȇmň0AՃgvoz`T֌> faơwqV}W^7X:Dq!*3^®OQ!JqtCS]KuGX2ĹV`]몚cܡ|h2Y -tM6g6N^lͼ׃٤~пkF^},kPsbذb(9_^[cuYBr-4R 95kʢyu?qFƊ5jf}{۵\,TU)f{ EQɫxI4;现]'a2lxM.6KQ)˪9%8_qlOt+N]W>k9 = UvO3N X<۟c(# ovV#fE"8& dyT=hԹ2 0Zx~Srvw .*}wI1V~V؅MMkX#ٙcС1 cs }ՔѲj+iopxE4Ex'6- {w,%64Ϧ&Õ[ip4Pu:3e̩[#%Qci4dd %څGorq;_`V͹}x!c?P@zzX.~t)KJ\%PЍӪceX<6HMwF ؃[iRܜ¯ip-!q^ܕHͿy}>Kԓt^rk'c JP|ZEr*V{cDuE3|\L-aTZdhB``'GU7QLU L D+}_ ̬NͤO0w ID7XⲯKg>nseKWU+Fq4ؕ"_нJ|.󓼼(זvBf~y7t$9).ʻI&D̯ZUЂv}jCV)Y8+X΋<40ᜋF 7z!׼":]'U$T*{.8?xDf8n+=O8I+Jq1*0" y%ƚ#~jTiH1^_4H ;EpvДɀh??II$ z@k\} `r)"*khQo{k&.5YPl,?9!v=$]D:xn=G+@k.Eѭ뎠P޽[CoNvM@><WP?E8|I0R܄]b3cпhL]^0WAӨ'F4./8amn|J kՃI+e u?,Ac8<9 4W1>b՛Ϻծ = ! iW_XFDgUY6=1z'4zTEQ*U9< p Q~~|PrnK$ RRJEaj*tU@ڊe IB"@PiyY[M#@yqNK)'hp^iol|yaz|o*B}-Sp?ZܞLBri;$$:bN)lz \ #ysub5^a*Kƀh@tqU:FdWAPƜ# SPn|UּLRp}L,]6?y6bKzf[QQFdѨhHKҿ5Ǻ}AĥP"(L>x2o/i")0S!e;Ep A|ԆdѧIB9qHxb5bD(6తp3-g),WUDqIo$@л ^5kBFjɟY@M*b\s 4tEOG?3n'gV}{ȓ?aZ=Hgz }U{jj`;by!]Br|~Bᄿ`?#Ӱu5/[2iSUD%? w0#(@Ջ%O;.x̯t]JCI6V {9JAYȧDh9}Ő8׮Φ) ŗ%HT}Y1.4Dh;?Y@/gAawu1R3!viK,ͤ= `qY "weo\X~bGJ|kiUJ7X \1oYrbO\rr1zFoHhQy<|S_>vD|gA:Cλ:Tyb‰C#EB:ۥE5z4lYX]+v mp 00 nU'S nB-۱3|Lk2`:7-ek)8_ɸτYRc)mVQCMnҞohG"Xk>3RR>R1pɥƎ18zѻ=~}}~$d gT@uu5$RBmb$Ȋ"}AD\hDͷ ~#֮ٞYi6O4 89&}sXBcLr UA⪿ fW_5̃ʛƒ.q\_7ɐffGz>[QZgʝl L͍air޷ jՏ3þ3< #.M galʧ]D2 k=24{joē"v#Ŝ!u +_S|Y)r6csfnG;v& d <%L]SpZ1H8QQO? &Mt9dr 7J`1dك %,+2PN^eJ4-8E﾿P>+i'>CD)U.t@8DV~:"S>)LluHBl|~N;B̈́U &jͿ)8O8Nx30~=`V0B9ORV`{QvȈW ECnvZW`z>PZG^ G!׏fg ֗Ū=.B'ģW_ #ykjN2Jp5^ۜ2kWl*FK\%-Đ|N@tRR@Mӗh i3+>I ;fb!Z#SB3E犇Œd% EΆlQI戇^JAtGfOq$$spT܏}t'U= jMKowCG\a`qʔ"&CGzqyj+_£kc"pF#)xV؅\ Z{;m >v;wF:T~Ii)LM@NtX7&цqN!/\x41 eOه߅ ebayVo2i> koy$x\Sg\COjoV:j;w(2Z_VֻSO[vť"뼱X-=`9!:*)>zNgsX,Ro/W=HJ9uYaSd$bdX($gd;wĨ7U?a.eWM^=(Z yҳh@ ⡝gb] 2G"$b_HQ܎s8$FvJ5C{\ֺx"##O`)=9dBGVj$|>Wlθ8iR^ע$k`;Qg-BR_74я¼.X n.X1ĕROq&:CնCF6wa 5o&kҷQK +w]ZxT_I/ t8(\%Gld>C~K ]];j2:kۦ -`6шbhrOaЁu,}h)'Y .+ C}'ZoYg-#S" 'X'$=HPRÒZg̺ԆH1<<ydj,TQvy7~VPN |Lw14r+Sɜ&x/Lp5e155'9J V .%n4U-t+*QMܻ݁2`p,/+ңR!4'<׹Lu{ymDVr Uɒ8&lo$^*h3$1Ĥ7 -e&vx,+@\,EGghU0VVmJS:_ ӴF3 r< jv),`mODDЍ/"A۔Md`򭅩RѦUx B(n!92M"2 Pַo 34فC!<ESw [: uv ᲭPș0#Ƃh7*k|nzmBpzc$Jt2d P6*nj $Rm֛V405ln?QZkw_cG c$ӓ^WT}p=U$N L\7t2Dc=ׇ@])b}+y:7,=cx}1Wّ,j{st(a`e r9ZN&!su#0@W8 ħ<*AW;1cFeۃqD-ebutو#6^;&>H>kiF4qM*-l)%1XC?/gk(h$-<r<ֆa4eUB&&i©uE[ipwW8V&cqtAS`,O*USPnf1j[kiEPQ#U$ltēvbtKxRlGI f"bp9cKHD\/ ց4HOH2&"J^'DD9"r1Uю/TٹC;OI/44t#%("*c 3M3pMJs>%LCϠA(^~d{tS_Wj^ԙ[Z9NCsv^fLcwTn 9|DipE'źZC$ar@L+;_ّ8ν$YMݝIBeKM8l[ uz?*^RjB3F}QqGtuNYh5vOe{IGk.\mĭZV{,f˼$`l!f<+ɨQ5v4zRvKЙ?Ԉfąܾ=f1oDEA3z=}GAq_"9|H U:`h6\| + aFI65.[V]Dw'pr 0RIy'ؔ$ AvV~6SnE@צomk 0j27;[:˛倱,t95"P+[ԹYY.^os*s#(gIeyӴ0k4Mcؾ%yG)>>).F '.Nb:R fgרFG ẅ́;It8Muz]˼_[01[sinjVI҇~=.:' 7V'bٔu#jFh\f0eUXv0i+H ߨ~avz\J1yҴw!{}]RJ"McCypE "$v n  &)k"PV4Cq0St&)ӟk~mq܃U,/$ITgќ|:"1xlIEbJ,dTHj9ɚsȻu T`j-0XO>qH-zi!~3g|펾#y.]z~ۣ|p1[q*CЖ_>R25ݐ7WHFlLxGWRlt  t-mAt|ӵQ2(*uYʗ ׉ L&-eOށ_q!R">%#@5q" TeZ?.Z.~Zht_fbgў_|-M8,ֈ5wN̆ON QzFVm^Uơ뗮*g(;#<E0jW@DFSڮGԻ iW\&I/Fi/31 ]$PawpHRkxtٹa{6u3:p2m=j jT6>9֟*>|I{|"!Y᦬U%qHN`E:y$[PLvۦ͟B:4;SBtuR%X`,>B ]JN1eh_ S'XLjs^t7mpͅ`0=()FuW",+r2OfFR!dBgo"lPwQEB v0QNH@+!lTu(|>K~ L}łe\9HU?b^EO^M}|nTTlK#ho