ispc-devel-1.18.1-bp155.1.5 >  A dk{I%z s VOVKt'q.<1Xbpvi 7lz1}ͺvf3϶#iSܟ |g4,;%ҳ}6lE `aPL}"blRsf:5o yvvzp颤>O,{3}3upU(BOR^͋F}lp!O"+Nm e^ޣ^70 y'p}o 3,o V=I 6] mkH~ɱfVEtNW?8@eaD'ZBH-Q4!y)G̔1<;q+.&u;W}9 $l(FH\ $` |f3D9Ȼå8D>6;H56L)Lۇ%E%|WDHDF/=qvSg3ܣ7Q/jaccbb7dee787ee7ec655002ba66c38c5b4a33bf28f5d8bb12818474be05ce8ac803282881a029775a5f301805d480de56ea7f53cYdk{I%z ]gkdȣ1G-Q}qd6Q=)<쵲lY^/D f-@<+ȸSդ+]̷PRi)xR*J Pd5EН.24%lۤ%h7dx=EUZ]fz+jgd'$?ܷ[qLحKڑ|.R*-Xc7DnZu~`;%V2y:90\SҜVM0N4{Xl~Qkl|YY_EڽI1=+b֨S׸b {h% wrLwmJS~eNFcU$7v4٣5۶g%p>$?d   9 )2? Yy    ` p  p(89: FGHI\XlYx\]^bc)defluvw0xpyzCispc-devel1.18.1bp155.1.5Development files for ispcThis package contains the C++ header, symbolic links to the shared libraries and cmake files for ispc. If you would like to develop programs using ispc, you will need to install ispc-devel.dk?obs-arm-1SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://ispc.github.io/linuxaarch64B},;Z T o:A큤A큤A큤dkٵcVFcVFcVFdkٵcVFcVFcVFcVFdkdkdkdkdkٵdk>cVFcb37bc72d74366eacb3cc83cc0f38dadf5a61bbc477fcddd4b5afc581f9c90e5b5d28b7ae5768df1905559b852a28a19202d542ba4ac02f4bce02f7394c04ba8b7685098b43a81bb2b3f8b9d18a9a93e0ca0fcf03eeafb312dda5d097a7b5301afa347992f0b8da1e487f4682fa439452b76a1eacb5dc73fb5b094281e9b4ef1fb3a4914c5d25d78ae871c4009fbe1de0add6aa1c300d276aa127d3e0cc9aca69e02f59d21e8a06dafac4ccfaf79070455a033a5e9559263fade1e6e8ed94c3bc7e42d3adafd38b193139d10998c50fbe383d3f7a4e9918599b8b0fccdd255fce7b3c57000f8072aeca293d68694d36e91b4f2ed28b8177ce96aadaf3fd9a9e107205a907b84efbb3d4be70f670ac754f1283225885f3c0d721eabc5ef693db6789e94ccc8562d341a361273dfea1391e89d4b187a5ae6979ffc68731a491cc23bb38f4765ec1478a9f802f91592947a92b5b3db0cac069c48a3b5ac91d12542617beba3c8821b13db6c0038c3188b4001bba560e94b003751deb0bb16465385libispcrt.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootispc-1.18.1-bp155.1.5.src.rpmcmake(ispcrt)ispc-develispc-devel(aarch-64)    ispclibispcrt1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.11.18.13.0.4-14.6.0-14.0-15.2-14.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 wellobs-arm-1 1684790847 1.18.11.18.1-bp155.1.51.18.1-bp155.1.5ispcrtispcrt.hispcrt.hppispcrt.isphispcrt-1.18.1Finddpcpp_compiler.cmakeFindlevel_zero.cmakeinterop.cmakeispc.cmakeispcrtConfig.cmakeispcrtConfigVersion.cmakeispcrt_Exports-relwithdebinfo.cmakeispcrt_Exports.cmakelibispcrt.soispc-develLICENSE.txt/usr/include//usr/include/ispcrt//usr/lib64/cmake//usr/lib64/cmake/ispcrt-1.18.1//usr/lib64//usr/share/licenses//usr/share/licenses/ispc-devel/-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-linuxdirectoryC source, ASCII textC++ source, ASCII textASCII textP:B]邍h^d0utf-81cefad42574a533c689469d59ea82081e4d14e4718d1336b2b48dde79fc0670a? 7zXZ !t/+72] crt:bLL ؝InG奺dC O|ȴ!th͠ iQ4DXX&opBca{L<4ݘS;( "j9]Urϯj(n ."s_RY6(m?4<gOI½/pNP4'$m ȟwXCΡA5 :-S8 o9z*?|t3/w&b Qj_?Z+Ud˝+O#:sGC 8u wX֛1`ti8pҀ>4] E隀f7{ VqY[(\7F_!n;pE{Ĝz!;/[CDK\)治!|1>'mn>F"T%U[kĄgk%++qhE𰮻QM IR[WBN݃>h342PDNz(2WxA åfj&֝˺J7~Ah40l.5V?IK5O%@|=-EƄzՎ@~+nGIO)fp Z'+Dd7䮡-z P$4yQoi} CwY&" gޑ1^VL0)"4J+8L|OXAsL;KhڌUUQEuRQy[jkD<',p5AgN,/ T)gw"1%r&*7JH!DH>W'Z'`b \ $trJPD U0s tPpRK-f6y02ȟm"pxG+gŚVD$ͼZGHYW7gkgY(uXsVи]ӝxp>/Y) E{ .l TRZcU16W5Q斪i,Y6TT?ZTח,wDJuގ`G $swvyֳR</DI=']aOdYlߛ_\m<>˩2!PRRf\OlJ+w #m&!k?XEݾ-yuX>)+dB?AĤϐ[V-660 #>yއa&M䉤F0cUb޾=AQ9AQhj̬6>gcK#cuc|q!ABVBV8(J}Q^AÓZsb>3Y[!KJIBk4,T1J=ȫ?ERȔ$$r{~)'h̬Ш~(7,ʜFe ѱDL4qIYi~<“3K#WVȯSI@P4($d]ǝ,٣TVh`0 EO3`P =* 8t9vRt=21q ׂᚤ[g";ED/gn '@k'$P`8~ ܽ(ܰogwDL]ŚA-$e1;y+WZsg_ۈ3ut;Ue ;WĬ'/{k[+#ܟӊ;9K'^z+/Nwq8|B}ûgHC{ƧK-5Aމ'jボJkTr5LhlIo'PK61Ww>żZ`ṟtN_uhf ׀2yb"Rrɔ` }rh€%P=g/t7V=F.yeN٭Q}Q;ՊAkA?\s__sRBӠ%s5(k<!R',r)%VVB=V E n$os[(D_$_Ш,EZ?RUEԬ.o޶U8_qanVj4f0gZM] ->i*&DVc)~7iM7ǚ CA3-v5nFۻj陃/:ښ 4foiUFhL[8&yr=#|Zr& b̴-a>.-+Vsv}_x{JZ FÈf獬-;Y7`"OƑ}U%eWɃֹɊ$e@HԻ yU Є7>.v-9i atN?{>6hDZ|px{{ A!z&񬉪LןXv 3PdOˎl uAJJ{4KT=7S #i촇#>,0w_iPWt>CFFc[L~T@RFDdRAwKwIv E]R2EҖ 76Qs(S(?iG&=!u}t j=12+SvP%|jvV6soHEnrdo ZתJy-V72\;oCOwYtg,ǢJ=mq5;6G7Ik?e (,ݥOx>-SvX p9A0 Gk2FO2H~ʫ&]-;7[G|xvmK'r5C_bpG $mn."1 zp0lэ HEuS>Y6=gy8AQ!9lδIBxS@cvy.Vrsz UEY}zq%hB JZT6~W_&瑎oc/W| ?d PyhLE,b'ˠ@O?$Jl~Ѱ|k }ҽy$rWC:6^'VGv1J⚰$:ЖDLL s>&_j=Y0u*Y,u ֨`6!XgcИGbQn'ٿl.lt_խ}J͔XfB=a@0MO`%"{?t.F *Uq@JeSrx4  jJkt*SUAe2k)a=b4ZR`FDr{wz-bLSRxi +*!s'URDiG=jlW%5ī[_F#Ӫd8!e<]^N*PȸUOG%l1(Lt]Ysݦ~dGAix*q )aij&m̈́\(<ϳ|@i=Nib' ~i+q[i1қgY1f^'Yf9!1y~Yo%R*(M{!9fI*?Cri+%~̘ؿ" Ol6Y1 a+k#8(9&EDCPkBz6ce:Yᩋծ~@^1 "FpYzT_@+Cc]>Yk6Gl<\&N>Spv􄶍y}':"ϖgIǪ\aFiC+IO:ˆ` "Sz:k#ͯr0?$gv<@Z2Arb_s.pLȾ,3e|&2`f>2^GA%,?~;@6OQ@8/e%h ٫~Ap2_uwko3ZXty&T8Rp(nb8 d3jʠ% Z1]]Kݣѩ/|^Ȯֆ. u.A/7Ak8ij i|l;&gUEw<%I'RH/0LPʿ"eC jPU+I]kI^~)h/bo9LtTvnP"G|KM?ٰٳ#ֹ oa瞰鉎.H%LbpYWrRpy r%X/Ue&˳'X=#eaӄ~}Df>#Gd;aViS;=1JgFD* $YH JΆO틜~-%!HA뭃M%Kv 鶢Nȼ$jC7!U EHA0N\Q(LGTom^$qOZJo1oir[:b P)vBxL˓Ojz`-M "O ^e>ыQjy{ IW a?RmhC/yוv0s1`I`Q"h@ˈ=/+,: lG&0JN. 5V?&Je؆MtXAl6%Sk4z+ B1mgK<57gj5guᓵMP  0xA l%q!vMKPKj>O.jw\#zv|ri!9iD+iʆ3t<"3ښ&u@"(׽8'XݸD^L{@".,̌>{IG Qr }eV,)DY>pOh\Tѣ:Zw`vY=yD.+ܳ5$dPl9^: >M{{Gҫ\Gx4W`8Ө%Eh[59QPdg߶Nj әj7Tċ)n~ "e z>Bɖ*<\7?k2VC3jm}u'ѱatn\4ZuɅ[M*%)R}ְ)x/4{g15(7{0Uż* ԧ tdڋٙ|1+F e~pBbfǠU<Y y]~>u.QK}x6d~,Nc_}v@kj1p tC1ToY:^'d`d7 xZQF?,3<{#% xO[ΤGd+|RNa蛋5b[3Q$fswnԦ!'یɻvENغ&T[L1!mEbU: 52{ |Y >Vߒ74$z6eu :y># ZN[C *cZPy$$2vq7wʲioȈ`lKXAʂCЅAf?)^-ضR<5ΊX+0 [-te5viOkK"BC&aͼHhZI3m?Fm,h_+4:Y?v0$fy@+.DyŏVz9=DC?X֜6iR09j@0CUq"iBU9N 4_԰Ҳ$mw6:gѩc -?9P G +Lcf/cFUlwEhDI:(Tf>P[n2ϞF|ϙ?kΥ:@t '3_2UhL9jLOօP6"`>68oY ;DHzgޅZʐUNґtuԟ|MIYI,)T:S+!j=v1ޤ,_0eEXxg\A3۩铋 2HY)%V"U)C.lшW9jmx1X&@S*VOeVxfYL6y+;TԭJCny,,i" Z%&iCN!9kbcx{1 *)OG:3M6Ɩɚzmxi|NUc]]DiQ^Wg0KC#~L׸Jqމq{M?֣]>.0pV^qxJ*ֵ+(jiDpZ!ّ|*1J>5ffׂCԎ~<#GHl."ie0T/QbحiP;'\ vli1B#.,t7L0%wk[DR5{V XWCPB R$= 5x3|}%CʟfdBqĊCدN$ fXivÅiG#y~:M;Su^"Dj1X'V8%ៗGtwUHa̽nQ=. !Z}bɁT !j{ 7N.l)V(zWWnARnk1p$I|'Whvtj3 sgō`KaB&p +v0r3%{"14@[ZE 6*I( 6+nqLSLH<FwB'߹-\S\!r]cyyrEgԋuVխ{zEh4? soH׾JfYlY`OWAC*+'r"~pdY]I\,(V5zٿ}=LJ#2,c}y8^sʶ'Ndn+RB B~iiÓZlV(SsqC G>z1R"mBIArw+P!~=DS&=q ` 3m~)M~%|+܇<x-enB/0H7'w^X<(c%]t?VCBp >I"鈅 )/,^娥A~vD}G6ݫЖ<7? ƲěH,JЛMe"B]d8xV ^)+/ fƖY0KdݭS\ B*v\%J6Ab΂Ǚi)_J.Km W5|^U1N ԹX*IJ2zw,=RP:#?E#0ڭϻXKa@ i$R0 U(tsPcz\sx`8/+TI KJB0]Lz.հ 6gV(=&pV٩Ftl t$$;G̺T@M||UCؠE#in ]`_C 2uHPKfUCu "3$!&wƣjʌ'DjIwI"~I*%OU'|p#5mQܦ ;p0G!96SRN-10.QPؗP0e-^Gi®_Q=[gpH 9KNc[5n2d+@G)Z3R{ۭKgu3t}^z{zue>0ĠqKt2=O65Î˟S5n.D4s  "|t4vۄ#-;# 9ƿKB-jQO#~@o?KB0&Si]7b4a p, b7^&EXVذ6SxTDM_ǵ^~fPf: δOh=Zb&x1٭i[߼ (5y%@!*bʍW lAEtL0pKa*)M]p-vQ)QˮCtuRlS/5/2=Jz+&l@~"aQ7#D O\V^ V{‹ *oUZٹ;Κ Y%ɐL3 s];ϰ]߲x u&m(MߡNO(Kјߺ㷟)P^?DҜҲ>~E8場mhy4.AFk7ڢ Spfꤥ;1aM/h"%jvr[,|rPz"jUФ LO/??RjST|FmPig62l^]lc%m_Kͬ h1g aD|MNQ9;_B)[܎Ud>y*20_"V[2"…~,\窽 nBȑTiE x&{X7˿e /G}ULn_hYҎB"NT :$DA r2S9LZ݊҄h|s*Y{Y>ǼKkK;~mޕF<`^b2/  Ll ֆUV+sV聋@QgD=e$KɗE&*{4v蜈QlF,:t޹o,T,kPmy˽g[9Xj¯jjP0G%38BX$0OUb>WRJr{WH7/YM=󵨁v2ʼn qΘ3UjY]$Du:ϯ 'V:3JvͤLq%">sxG%7>6  BQz']߫P zOhW鞁^4md%gҾ6P88N^3|HUtb_$',ťI{5%!HϤ,Dz[NmhXs'бɤtwECI:9嚭HM8l`!*WS3M6 %\i<텉)hSL$PHq,BѸN;t`*BˑZ{*__vR^tXdGȾ 84§ibh%Zg~MxL 3a@<':fL AWR^@XOBN.AA5ɮ();lW`J CTĦ`}⏊&(?xSk(4`?1SRuߝ/ẻ ܏T( $9ÙȶFNK(:F I$ pȩDq27H'V[<l `j+sx KVar~iP(cE#cn}=<p0(vFpݫD]FƬ~?Zzx<,`"ܑ!~]jlhۗ4 33TjCMnZt\8KbYdxg1FG<\"sFU}m f>4ٓhT3ʷs ]Ď]@)l3}'ӿ-!Xa| }34plj[b 5T _xh0ąf ']B2&kYMYeW՞9DD5]|lK" E.8Y 9!~\֦>/x;_:+G+Uj8 I PC1v;6ۓs9:n޵2G ; >CB о=]_BD-`Do(?5m5س W!vz=;A6tnedϠ*X@]K6ToI + w~+%VQLXmϐxzK\ITrɍKnbcK#%a}$se>`2soYLulwԏ_֎{^i_uOinO0?) ST|vO!})o휥dK"LTO&6kj; &M|T .h ~<0ٕen?B 𝣙|$EwŠΰ ( a/MNb5X'zg䌰1Hw2oL(oJZ)eÛ#i-S%>R ? "Pd!h3;}\ |0qzƬW޿rea){ $ӊ#fNEb+z;A$,NPePPZ5Dj!oma|)rll5@fV)%xVў5|9LW5 Gc_茩;IsQ E__V[?QJK3X0UL` X0۽A@өX0;fq|׭S e@Gqn*2DIjN!*XE|uXW_8G@8\`ܯSt9X_a9)IWw2ًsc~o~ -L*Jt>>N:Nr+yhYԻPYir:u(?Đv {B\lz>%ԲIYpaT0-c^at#G qno)nBzgvbqSqcZTXG3 閯bC5EmiMO9ha'_07՘Θ:[zeiߧx[R@#MqIߦo(洫_yWX˂5 rbbǟ#앙1" r1W<^%kP?ĢIS=fB *{'@cwS*\haD[4F*щd&q/~f)jϭut/AC~H_RT5يM, 4Ezqs2m,ɺp+qsh Vꋶ=IXƲ$E. 3aBҼ!Cƒkf'9bD8 }^*3?Mj=4LG^cpE+ S6htR?ڼxҶypťaO_[@²B&fp+<,![c| .II֋.R)7=4]G sܵ - >+j$\>Mo_tyrG! "F}(:¡~z2SHӠUcuB\9M0n̽ YZ