Vc-devel-static-1.4.3-bp155.1.8 >  @ dkYŠI%z [T`=c6/# ۭmپdn%wԂz(|ZOGjC@'<}l4`qYrN F+GGvrguBW%ʲb5\s,@u Bc6c*ZQEH֊/Fe8hhʠ*^VkҿM*j"w Xi9(5Huݸ~W ,:Oӆ[䕩\ȢO0 I[ou,C%hN\=x uƎKpjU'F?W˭7s>=d*^G]rK8V۔bTTL'4K9=R8ڻI&9]%,>&<)Z2mw}v(1گ$,ϓY)YaUsbBD8'-YZ/]6wq?=M+⽈O{8sa!)t~vMt--ai-# j`&1IG ZB&(i"֤`_9cLe0>b ?zȖQq#Q\ :g- ;xܨdEsU*Z(H_˺Tr|=\uW?1.gwZENF^EpLN$~t?Aor7?k$J7l^R#vwjT+wF_v7YTHZ&%9o^TKqsP8])x>p;?td " 4TXdh      M PTY^|,(N8X9:&FrGHIXY\]^bc}defluvz$(.pCVc-devel-static1.4.3bp155.1.8Vc Static LibraryVc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. This package provides the Vc static library.dkZs390zp21~SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/VcDevel/Vc/linuxs390x~dkZ159c69a95ada6f7edfebe5789edb081d77714e1bc951e1c1cd4b588fce8d8380rootrootVc-1.4.3-bp155.1.8.src.rpmVc-devel-staticVc-devel-static(s390-64)    Vc-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.33.0.4-14.6.0-14.0-15.2-14.14.3b'a6aŶ@`g@^@](v@[@[G[ā@Z Zv@Y@XCX6@X@VU@UĝU@U @U hT@Asterios Dramis Dirk Müller Christophe Giboudeaux Christophe Giboudeaux Martin Pluskal Wolfgang Bauer Christophe Giboudeaux Christophe Giboudeaux sean@suspend.netstefan.bruens@rwth-aachen.deasterios.dramis@gmail.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comasterios.dramis@gmail.commpluskal@suse.comnormand@linux.vnet.ibm.comasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.com- Update to version 1.4.3: * See https://github.com/VcDevel/Vc/releases/tag/1.4.3 for changelog.- update to 1.4.2: * Added a missing include for GCC11. * Fixed a corner case in the unit tests * Fixed a warning in the unit tests. * Removed the deprecated Vector::reinterpretCast to fix a warning with GCC10 * Avoid potentially pessimizing std::move in return statements. * Avoid redefinition of bit_scan{forward,reverse} macros. * Improved performance of simized random access containers - drop 0001-Add-missing-include-to-simdarray.h-275.patch (upstream)- Fix Vc-devel dependencies. VcTargets.cmake defines the Vc::Vc target which points to libVc.a. Vc-devel needs an explicit dependency on the package containing the static library.- Add GCC 11 compatibility fix: * 0001-Add-missing-include-to-simdarray.h-275.patch- Update to version 1.4.1: * No upstream changelog available - Drop upstreamed patches: * 0001-Fix-i686-build.patch * handle-missing-libmvec.patch- Use FAT lto objects as the package ships a static library- Add 0001-Fix-i686-build.patch to fix build failures on i686 targets.- Add handle-missing-libmvec.patch to fix build issues on archs for which libmvec is not available.- Update to version 1.4.0: * i686 build failure build fixed upstream (#190) Drop fix_i686_build.patch * Drop default_to_scalar_implementation_for_unknown_arch.patch, fixed upstream.- Drop ExclusiveArch, Vc 1.3.3 is no longer x86 only Add default_to_scalar_implementation_for_unknown_arch.patch - Split documentation to subpackage - Drop redundant %doc in front of %_docdir - Remove unneeded fdupes BuildRequires- Update to version 1.3.3: * Support for AVX2 gather instructions. * Shift optimizations * Preliminary support for compiling to non-x86 targets (uses only the Scalar ABI) * Resolve failing static assertions, moving the relevant tests to unit tests * Fixed is_simd_vector and is_simd_mask traits to consider the ElementType too. - Added a patch "fix_i686_build.patch" to fix build on i686.- Update to version 1.3.2 * Resolve warning from GCC 6 about ignored attributes * Support for Kaby Lake detection- Update to version 1.3.1 * swap(v[i], v[j]) did not compile. Vc 1.3.1 overloads the swap function and thus enables swapping scalars into/out of vector and mask objects. * The spline example has moved to the new Vc-examples-nonfree repository since it has a license that restricts redistribution.- Repackage without examples/spline see https://github.com/VcDevel/Vc/issues/150 for details.- Update to version 1.3.0 * Too many changes to list, please see https://github.com/VcDevel/Vc/releases for details.- Update to 0.7.5: * compilation warnings fixed * detect Haswell and Broadwell CPUs (#6) * bugfix: AVX::Mask::operator== returned incorrect answers on a few masks * more thorough mask testing * detect and work around clang 3.6 bug with AVX codegen (#20) * subscript workaround for GCC 5.1 and 5.2 (#9) * merge vc_compile_for_all_implementations from master, making it more robust * fix isfinite usage with ICC (#8)- Use cmake macro - Cleanup spec file with spec-cleaner- add ExclusiveArch %{ix86} x86_64 because not supported asm lines for other architectures- Updated License to "LGPL-3.0+ and GPL-3.0+".- Added Requires: Vc-devel in the Vc-devel-static subpackage.- Fix Source0 URL.- Update to 0.7.4: * fixed several compile errors / warnings with newer or old C++ compilers * support clean compilation with more -W flags * fixed compilation when compiling without optimization * added operator-- to Vector * Copying Memory now uses SIMD move instructions * Vc::Allocator now uses a minimum alignment of the SIMD types of the chosen Vc implementation. Thus making it useable for containers of builtin types.s390zp21 16847571321.4.3-bp155.1.81.4.3-bp155.1.8libVc.a/usr/lib64/-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/50e5d82aa3461d8ba4eef68a76264ba5-Vccpioxz5s390x-suse-linuxcurrent ar archiveD2;Z=CIVutf-8518e7d1d9ddb5f08b2a1a028a43bd3f1afd23c217d8c0c803e3ce68e69337a9c?P7zXZ !t/.K] crv(vX0ٲu-*-A^ԣۍ6ew&YKE!6Nk֣nxa+J %dNstIq ~=ۊ:JX1 Ā_/[^%g1'dgļ(&H,,)Bh{9+Xq5fJ ` _$aXTpKo8td!+)JJ󅏡e)*=>1W3FAWdBE'ΰ#6l:ClD^<97 AA䚺ޔ 6ͫ1 \CV!Jc4>cl@%wzPxO4P!Hj6KHr/Sn Jţroq|\3K~Fߤm5G~?yP{\Kݢ\ YTz[,YBo\jc.ov6>l) ?{#wrb:zb*t%%-qyӜG1 `^|d+]G48]7Ȉ&b4k@9k(3Gw}Zu A}gmFr?L8FS&}ک~\yJ@NVSpexipO l];k(uWӉrIHU4, WH,5q!9&&`QszИC?Y&Ӎ>DvAciVi= fSmeM{1@P>{}Z}8^GCS/΋I7ܟI%k;0~EY!Ţܷ>O/ iG8!f>GZDž?ō2)PwΥM4ַ8bHJM QU#}ueR*c¹qTAa~~4.`cdiLEѭ8<.zFfp՛FH~ѫ:g4>!M t6<ϱ+kIHp]{$ 0\r.Qn|R]+iJU!zLY=מT},Zn=&kv̀#Ϛ 0g{3f {-!銯QJ&{KhOJA'_)zL`N*BQDdgׅ|GyC,V ƑGE*()ڀj,ҷeKKHLa(?9`m:'#>>HZ|ꞽ&/|JńmBh,N q %u̜ #MzE4vi0Vv[9w* ˢCZy9%h'KuTDvPxܵ]D)NJ"T9b Ui}͇Mxlb+9VdV$R3cݞ G6GR8qy͠V#b!jQXL ֵo7#]gDsp`;`hiѩ+]4KJ =w_nw6SZcz?ib̓Q8-]y2*&@ bkp&o}avz?;+^MPGS#m"kvX$Q.\FLIe#hC{[Z֛yET Xɻ4QG#Y%-nu ,3ag>e3DHQe>PV8tr-LZ86Q;+ԞymL{>f*Y\|x৕Ȱ &+hXϲdW!ctsIcܲFXħ|*8;(tғbo n 6g02CۈѨ^o0[=\;n>jd\%[%:7t ؑa\$~ 9La/n9Jά7O.(/$5l GӿQ|ͼ˸]6mL2VZ%>Qf2y6< Pс] ;C2_! B&$UPa?~^ hfIz5Syu0~Sjr͡`agi>jؚ*eb_]do4ە ]W܌!5¿pU! nA{|2"K ~u+3@Qlqu%{U_:BRahtnßS\-8sx.V[r A9IΈ2o9CcvlVB+MGgEUj܀૶wB;wc :;f pvb9C:0P:@a}h>"S_=Ge82D `Nq96kaO*u`-D0`׵$ 3۔^}{Ыc>cTh Y&%XS+sgb ws/W21>(Q e+ N~rc*νuQe6[*3T>o}Z:wQ(9._@Mytc|bz4 %$W 'PFG#W!㾳XI+YP˜4r%->9MX< 2h +R݋pg:(dkR- @,?5:^^㱖F!Ghy(,ks]#Pn$99$6iQil{rݻx3@RГv Aϻ{Q;5`6?yQi{2N 3Hu1 sՆfxi>VTJ4ox _oy\_t$^ɯ͵IvcN\+ F̝{JV]r"L<#/vz0T-p)YbAЧALOMUQuPbK{D)gy("xOmL|+0 |>dSy^Ĭ $P,v] Ji*ZD">@rUž>LJ/4Eķ55VM<#)vbp9:)m/ !pzy)hP})AC(4;ŗ-WH$X!tPŁ%:E~mѩse*,_W Y_ Fc W {N E f?S q"v ' _\5iT͵lO~1om9ꤧaon@ 4igdoH%!{݃cR⾤[Ж$ATX}*\ԟCXty{."Xd0@;1Ş]7a%hϧX5x'D"`8 6g=ă-We>!}i1+ Zʗ|/S;a/ɠ"Pdb׈~v9yU,Wbd8'ꚭ,UxR?sISԪx-6J 9Э|I0{w7wŌ/q̀XX )-߼@zS;Yھ^ptJzΪyzK1أT 7̇vHõ -JN#v-B;sJGWMEN3\m&^FJ$J7al}1JJ#n;#!#BW1şA$epQ*bؗUx,&;cV6HGot 9C!h䞛\M3ե' % \kNO{zOA˗I>ҼkI(javYx.(mT_éeo2&tYY۩5d"gI* Ԃjm_6hfJF$ kYaUufs7AՄ}g'NޚK6lRzn[0L%[1BɞsP'2Va p ]^邳2?l`70kp)J:klS&hDnjԨSqF-"i  I7]:~ʴ QƇӰ 6s֜ȭ:8[{pnd4 w}C%::PBDq\Uvh(!pbA(A)WW'iЕO̔[NdVN!_h2o emĝyIYL!>)x_0&_̍#E4^XmG :up/YtY- ֧N@}ޏׄlYC? 7K/#.(ġL=}1]p-K/"}޳v}hkЎ6esʰ=͓'/x1K!ߍ v_IQqw8; W: s1s)zę+!aC "\Iv0 Tb} M$5f`+_U%I_b_ a:nZAu/1Xb7WjT;q0`C׹Zn<+Nc=,ǣƕ_8M&/qYC*I~gX z_&;}?b!aȚ n^ߧ;CGN<$A'1X󙷺d (!u+lVLL[VC .:"ߤBs&T(@hʌ4b ' y>ro|ADnXr^Rx'za$g [v2d(LAx>Jΐ[>ԃ7+l\#ǭp%%9MJ\e7S[|*x֑ nJ8 F)^;j!>,h:yLVd ?;zn`kRߊ# @}HS" n٥y&26c$7ʫQ(=}>AY*4㈫``@ߧH%@q hLHz1u+b9|97"{+{lߜ~ҭv6_C/nQNhn;nN!̶#&pܘ &|I!k@P%I~KI޾BXIt;\KoJlA;kp'GCۭSR9HuDSM0?q^1N3v=c4 p>uzq' 8@ۚD"Xt.m+."+?)c > ^,ۋ"37vi]w5\t'.cjEKhCz7QTʈEyK>9F|e`,WW@ Z W6Ј1qAgdQS}' |hQ2XJkSW5w;j3j 1ojxy}0@ k-q1ձƶj㛹SMaD:8ᇀ/.0)BEg}?;SN]dkdYݒI'WiZAx~NckNCV\6OAUH*:??%6H<?C( gʼu  K"}r! z6eBpK>.YՕ*UzDO'^m+A ƀw\+.{$jbᙏ ܲ mg~0wq~V,c; "ꌸ$1蚈p%IB s#T`# "͢PP w[ظr-*Cr6:f8d"ClKzm!2瓫( ҵnayBi&65 W*Z7T(@}Q#snH(R٫g~\3I-iʏKChtԘt oqK6ML" 8~ֶ[Š7%S85PK8^Tf" Vb~o H/kߦ`=EJokщ4~8ܶiz{pΆ:|7hfZ87;Yڞ/+%A`Zd^dwF^6ȃw:SEsCT2fҔ#@BWT~x%oTCQ\.ZF^=Gr?6'%ߡ;?;,2ngڥ h(5 *BYUpe-:Dvjv0<` ~ hQ^z"k\5BPkZcƚ>;ҿT?N\vz@?:aOʈ趒P{H Zd~ JpPE9pGqR.y:!@=V+ WCmK_HnqLY0FGW#]2YyFzR` U" J/[ %sL؍3cR8tV3 ˱bڿ! #:n"(8k -#ij5$ =}ήؽM n!}j8.h Ms&3w6r5^ Ãه;6 䐚)Teƥ=߼Ns]Yi{䷥c}NgjuxBXYsЄfIs%Xczۅ)Qq3ŏB3mLopHAɏZqE}L:K6_`/~[yEZ7faڤٷPQShgZEJ0w%Z7?|z2]`d%[\M7v: [Gq34Rk OW@>ྃy;pe ǭ`z?D5#y郁`+MBZjwpf=1+|.(5Ϻgȸ|E4r)bUe!۸t|-gAf ;M߯&)qW3ڠ)辧Ugq^f_fm {+ )7g'3.%1˺=}-b&W]JQދ.k{*['eŪ曉iDcV\p'u|$FuNN뒢-v޺#Xm><}$i_.rn /&ә<:ҿ,kݕ.fr @P(m)KiZo,Q)t>2! ?uyůzt1' žSX@~KYBԇberNCbe cAɕhԭDY.Ҭu{I%Íǎ@`AW/rR>ER|5 = a.$e%}q@= S->w0 C0xDnH5Z`R /~Z-}b=\UHGś[8S߶|͐‚~,tnlQ@Z2%<%o_^WyJ)\|қᴍn"PDHܕH7LyB7Zh3a<;@x/Dѐҵj7``)'f[R,|tFHčz eh[xd"y24G,qi eehgK%5D(ЎP5_Y\er<,#p $ gKtݡBiYZ[/A{tBm,X\cKӫK8ywx*kpw˵{E^w1wzt51e[Tܪry7 oڗxE DP@&1j,㑌6O12ZH FMx @'E4o IET$QSmG_%LL= fJc=?:<g4Ddz4NUa?^`5X }{CEBbRfiTy@]4X"~\DPg'w7St&W^x3U{jDj^(ߧ5xM& _K'w3 0bH5밸p"?#?N녏sq=NFרM໕lC Gm9k,PGIs>{볪bۉXδk]?$,M |.&>{㎞ejdB߮KyT`I \D$h/$ 'D7}g1Ƥ! 6O[g]nۡvA$?Kb'7ɑuTrk0n˟Q<ֽM@/?*`8Z;i{v/芋|A`ă P/.ԧnĕ җͷbY#_;-jL߆FkZc8B|1v#i}v2l*N8Dx2_a9__]$NV }y%xo[M/]d5Gf$]Ku[>-Ǟ`:=?N-w=T)xfɏ0 E屝35GLcN~oQxdӺnrW<[TK%83%y (;Wy87Ύ g|fwkP7 YSad p:u*i~w]8gn?kV NzT1 h1CŹ&jpM>'SfXQNeYD0xUA-Mr# PSmìj4(~~MjȨ>:`90bgln1,~rǙ? J_ISԾr~I=sYρ.?rwGL0BSy .|yG{~O^m#.0[x@gc[h,ȗp(ݡh)Y̤7˂0tHlSr%FoQ eBRz @EgM!y>'jZf؏?ض48'ia;_f1vO^xK޼XB̹'|93{W9>Ȇ4#t`J0g¶$TU%Vj . [Y ꬮoM v:Rf ^hVcWpb6&]qـ+`zK1.Ht]#NЭ, Ū50vB.PObWPj~ò$;7#X K2 U:xd9woU R=5`8W@-oV B țr$EZ(Gypcz tx킴jꞂw|-'~j7t0c}:x1ճ,({ =y2Mdƾ)ubF˷]ϊI#QF䍭nY1QVHU-~ ދ_yrdɲY*.R?cw[Yg gx(7j05pZdyɽ7fr" lZ"iHS*m i .Z±iRX~eE_M_tcc*cNZdkT=Rkfr`3ұkIfi2I¥U[tZ\U1̷ZtY+b4YD YZ