Vc-devel-static-1.4.3-bp155.1.8 >  A dkEI%z <̅p~k 6ͨ1rCn- fNGB_Fv(~mq_Zj4|`kGX =bZy3M00\a%MO0sƀ&Q>Bjl`\J{ RdgR һ]r8ԏyeGssA%^u"`6f"NyҿA%ʮSM¡:ִzsBb,O5PDFe0xZޅt6Z0 +KS| ei;W-\7wE=W}t$H*% Uz(aJX`NPg4&4@͆>+% yUi0yƿ}f\ לKv`.!W]:qj & ?pB~c,$hJv:/;^HmPOW~ٌO0:Xa{nj}'byTPx,,#X$bzqT8 K0b679210bd6999272ffc2447d11b0fae94d41f2fb5a1de9f3a239f027ed4e9d79b595bcfc45f7c3aab325f3f7513e15c905ab593IЉdkEI%z Iqqp'|^9H2ݲ M.;9XEkL4H/kǿKOS;Hu|*1VuH(]jm{R}ot ms?B +sHQl GŔ]+B'4=q>Z9K(,2Q|?<>wC"b;h(If9=me(R?ܮP3'R ;ʜic' "gN%h?Syqd`U24ƒfONO7O8 8:/c],@:U c8#QVcA:2ݮ:0L=XpRr%a {4uT4>E5:1z;C8B:}Zw\v6E VDXXxU!1ևߨr_sk}NjK .;lHQ:H$[N>DnP͉g4(:?8aBtM>p;?d " 4TXhl      U X\af0(R8\9:*FvGHIXY\]^bcdefluv z04:|CVc-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.dkEobs-power8-05~SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/VcDevel/Vc/linuxppc64le~dkEyf64a9fd134c70b287be0a7647fa0f6458fb532a7e13770021ced2429d95e0517rootrootVc-1.4.3-bp155.1.8.src.rpmVc-devel-staticVc-devel-static(ppc-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.obs-power8-05 16847517441.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-Vccpioxz5ppc64le-suse-linuxcurrent ar archiveyU.vߨa5.o8'utf-87ccd178ba8d1e33c15fe1a479ffbb835010d7ae0a0c64efd97dddaf266241f5a?P7zXZ !t/.'] crv(vX0ٱun1$ ,9 ޮ/q=*͓i>[6.[Zd*d^jS.'r ۇVMN~Ε/^uDB{)Mz`'qS|kNf~ӧ)X*0 \=qa!mZSq$TRϜiXn?B=E5߿c3gP!̆*.+srDE=ـH3i fZ'Cw|~FtͼzӸ?1]ۦ8rPqGUL`B΍8.\V_5zX0dW3yq8BP*A(7qA4agY̖. scpAM#$ CcI~!i2f۽on9 #3VҤ"2t-g }Ba&}{ vku["+aiCLxE݉ h%R&{u-9$[΄x"|L9V Wu1!VKtB"(S^ME.M0;YOkqH$y(Q_.pVQ9 ְɊ:gb0GѷNpBsyugjZbb-vߖ]RGa#|aOb /kά\HC0𷄾 4McaKytcAPJЉ}`OObhUE@ɐBDlˬݠPs=Ť:n4eNk`0v Ͳ{L<}C8-^ouDY[|6;h:wUSDv6MbsC mn5)~ <'@Z9py2FP-NU]! 8ۏҘfvWYgFd.u.5.烈m Upn orOo̫VM^PJZY[QDQQoqE8dBV-<+M׻lP[52XiMzC= ?$Lq uX 4s4yF=n2.ލ#X'2>nI:RGԘ.b'0M3dVbU!wwܹLG|B h/;Md,a0mNvM@M3g1FgsE 1jMAn-0J̄@V\T] <;OO&K"N5ޞ$uYN6iN'3hAFת2zIS̜ 37 kl 曂`~j0&NŎ=h V~y@ 4*`NSس${6L_sbe 0\OҶ6 axeY>MJURDDx/5\@/Uy*>,6c [qbsd򖯬ݢ4؉(hc"tyT;! $igĂ> ڀ 8EiVn3(c'ΟeJqO[G3QFg ;FҊD XЬȏX4dU)/)FkRn <-$A@|X:'US4VtpzdJfI{T ,D _#JQCAYu`pwo?n>ᬧ( =%( ]"ǡj,=8Zu]*AghA<\<5qࣟ;2p` n3Kj55 Od?hɉIo97-6h}U/ Lw:Ԣ" OO?'c.`2%2[x->'mo޼/68޺1ƵO*qi[AI -đF;Io,:݈ @G*S"rWorِbTժ`B;d ͼ3,1Q UD@;Ƹɬ~r<ET<0ϠPSL*"(?ūy0BQgIw+j~HH6B[+xݎb4o-EIUBA̘= |,=S7JߊrS5zP#Ti2<"H؉(\$/$jĊ4s;7ipkX"H2m/E_.ůTJ0#Q]h?dPd_"bAߜf)y2+*~6n _SYY-Ǧ6UypZ0toy=^2KmF"^3G+TtS|a-q=)Rk3 HݤV;h?v-^Y[ :SL0{zz>~iJcC.-pl"/:芰Wn@񸞁HWh_؜Ӷa lfvFTPEiޕRϱ7BFz 1*1/0#'2krޖp)1u$_B~ AayhOq&űtsř"#j=ac/0wT[*O耯ֶwx#za*"V# \؅a\O<#>lqsDs;rv D5"[[qNשU\`'1fƻUjք}ݐ)Mqe-Л#dQ?]qa9\S/WQ>z|CYl n&D<H7l?ξ{zk?zD\ˁURZ6RM.f`v|޴qٟʧ=P?LiEv5V1IʈuGrXLfh.3\CgΦ\)$z>xC?3>ڪ )t.ꉺEYIz1kACm_d m[QA PPcK(:,Y]0ۯT"KfϷRS2- Jrm M}6Ihјz/Ll&AEĤ؛dFO(Tc1Y]TM$mq+lGk滜('1|?r΄57xTp珔fyr堤8s"ϱ ;[UC >5cLCN N#kVӗO>O'P۵MCVqbL}S&NIQLsb ⛚1 >gAN"LӥIaB G+:x!co3p RA>]e%2ްFg6)(HŪIvOp6^ 713l*1d0cg+-"'# ܖ\'@& 4kX)TK6mv z#oڏw@ڤp!*~$]Kө `|_ᐻ{ -OvXg06.[ݲG}$,Rq֮>?ԩcO̟E`GI^CQ 0 AEF_K P#F qIհI+:֛1[wUAѼV%nH[L<%_ `{lx?4ˎW-HL5傌";Ȯ_Ѳ`gƺq0]~~2.|{gJy66cC P>`F=HU\zISH1Q?^:phU s¬Q[BKdsqFvJE15>gQs  .іS~:uB?W' 2׳A†LhsǚqO 2EoB!ͪ'Vxeli9#ȡ`Cjm,>x̕R~èJTu'L0zm= *\tDfU^R&it(]vWŜ|"*T#+Ig;*bHf~溄Oq{'`2)^ANϗB~HHTp^YE%u3C? 0*!p +f}A }ķf.8iqM!JTP70a{ח熶)hb^{Wq r#MGOf}2ʤD d_ Srhs~֓ЉNZV?I0 o[hzpBWmHk=!.9]ʐ'E(ѧ'57{i7`$_ɰ6=-*jULqa}rWOҧ_m' s,yhf=avPDPz 䐈A(dtdU΄?2M)ece6&0_%d;f-Ïx VZfן\}=G|HP}RƼ9TOav߹+2A~`o>tw8Ж=ՋBqb OeSn_fTY\GQ(s=R^}eQhy4tC#h&MVH`X4Ъ VO䝝YWS Tf h_]c}fe:W6Iir@UJ: "MےW4YoG @ByL_7șdW?8Ѓ:UP#$. TȻ3(!O=s{HY*EAE#??D~/ج03w\YgGV`ΉQn8IpS=sM.'0=R.mZxȀ\X%,3=Q[<Тl*D>'eMbɍkm.mmJP-fKfY"䭒V) 2sNnv=ukm9С[Cjl)X;r.A˒fZl#'ʙG@{͙ƉW{T0TY,a/nH/F>?Kd󿜢:ؕnzeYrzPΑ>+UAiSAdNT'Bil-I5ٙ$du6$?YKu2G-nl@],ƏAI[uٯb&EiБƸ YsW"76qE\;' G@g\YyʀcP]_WoG/[9`Lr{ V'/'|_I(8=#aa)v&8ؤL9{Ys&{8'۳/W=[ojRvl6 :e`dnsv %^>Nl@XJW;A"=VH?ܟFCs[y8LZ(qsW02Q W:M#%ST{Mw߉A־mDrq?IAR׭vd͈aܬ~6kSoKU?^4o/Y0gxh`ulaF1)- /K=JY bXdɁvw`=H)*}diPxvܠ0zkGj ȸc6wc^xV3\vﱟk#Ŕ_7;)-y2E)nTTЮU)fS r<^kv'j]b| Kn6̔]Umtȫ=j#=^6h@K>) &3&ho~ 'ڕ3B$2aX] tpCq y4 &'U5޷Z?ԉLVަ>.:aMWKVG%7^9vc:D^R8{T"B^=P[r*Ϩ9#O7_^Ƌ/QW]X yM.c}wIqHiKƀ_sYVeftѡM/oD:> K5N =X^Ø2:?$aLRl m${_4mf/&1EpB&潚KF@x23Cq<*{Γ>yde^K8l 47WYhEL:ʢlizۼt3tz)r tegsgC4Dk8kă"c.KFGYq_C9[/K'R:=e@+ SR+n[5(GDkDˣxQIMv:i:AJ{7 {DLLKD+فteDeCQԒ!5%'<e*s]YUfd4}qCnW3U|q,}ʼnvfb᎝ys`7#Ufg+">Z]34$$dzlZǟ}K4N7f}EO,h!\Lvdv2NcЂ?Pk!--ܒƵRvȆg j%ю_+`EŌ 2P*uX$ex>& KٟQ |@fUt'qDJ¸?qd@id,IJ=TJ([/`6?%E+-VQj hux Z!%sFɒ':y״=\q \bqS([BPa"b WB7UH9