Vc-devel-static-1.4.3-bp155.1.8 >  A dkHI%z Cm*QaF*i,<[pK!Z;OזD>nU'4]frId􁴓డ)i1;Lޥ)/P,f 0\/~eQ8>ܛv,τ&QxjU..M@qso^-.VG^z,NCBlF*XGH +,lHr1 vˇ?jLLdL1'îgU"-HPj6;t[.V&h=]_GYÕK͖Hޞ?֨spjL4 TY \E]~ֶ/%j8F˕KYj |Z"_ă#EV0D@TӶnlqܑe A~dA> 8n=|-JKV4żSM blɓ:Ά ށ#E}'oMC+Rayz3 052cd6569ce344a6d47e8ec85c71a0941c989f1396a6b8b506a05181c6250c91d86219a66924679b4d1502ff2adf624d8879e577IXdkHI%z m)mJ,i.ϝy0qd$moPΕټ/T_o[9k}fyh-v4?sp;?|d " 4TXdh       Q TX]b0(R8\9:*FvGHIXY\]^bcdefluvz,06xCVc-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.dkGobs-arm-11}SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/VcDevel/Vc/linuxaarch64}dkGcbd385666afa93dfbf1cbb3250c70464a20302455c95a90d29751fb6b9a66e1crootrootVc-1.4.3-bp155.1.8.src.rpmVc-devel-staticVc-devel-static(aarch-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-arm-11 16847523761.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-Vccpioxz5aarch64-suse-linuxcurrent ar archive"mb utf-810241f93ce9491b890e2aacf57ede67e0d5f00aaa64a00e8e196ac3e55999c0d?P7zXZ !t/~-] crv(vX0ٱ9֎G ^&ṕ6n2Sї'ypEФuf` QfTɥ17*FWu=};1exŬۑVڞ]+G.]i5GrGZnC슬4g#tʽ=_+\mv4 LV@΅L8& -0P/ [ :oa`AAՊƢ[gEk& ? 3-P_ iO^3`Aϟ<)$gqiH + w'eh]o9Rd+n _ y!D[Gt9ϵ̀ o֏wtH ŻӴ<(!GNpH 4g緾mD6_.YBl1NFÇY`j{n&1Q~?~z!wU ݹ^ \Ovխ$`}mXߣ ǀQ4eH`F_ \90r(~lX-$4FcI*wa!2"aW@G"A󉂉̊꤉Kqp-L~/wVv*jOXI!QBH-г?H5m¿s)OK!mi!BI۶X ְs7 9B箄B$y8I-J8luH-qSC! nQ/1.aȳrNFNppyGxq, U4rwd;>'XH̛(_)ҾTO|4#ҡ^JbviPgAeCF26aMSw&nvTlty5%VZ%iwux͆"ހ;]%|$Ҋ΋hC&N?%ѽTZ3!V!h)LUS&QC];t|oYoQOzƁ&?tY-::Ќ᳓k^]Gl^ZǗo&:`gW0NM&rUbE+K3c! (In tتha'UAHDnnwxw="BPDuس`UAcK-NOCF6ܝN?UJMn>];Cע`W%3[#~jm0cj1zEv 8KLJz*nQ}Ydk!?D#ٿ ^;"xX1zL(#;]4)b~ ;wX9ǂ~;'L K_'_]}U\*Mv`qxz/Js0bRR)M(370Ũ:K콻VФ|Z_<jGfwLo5u4"̰Oyd;e9*~ÝK阡؏y;6OrcICO7կHAM'L@_xLqm̩TL|V|Uz3Żc pPZ#g69E$s 1;hcYxbY#- q`Au I_s8Q2\|SԀ99]cO;3T䶫<BW1.ӹaf6*Byr'*Sٸ4"pF|&60f>gxe!kbeZM u}N8*w#bˡF39hY p}`SUJh}~䝼ϣRlIa"@.33go"OdZ>D+oK9ky-82dWo̤02`ZGhvMҫ?Ym9ڦ/ō^eer#j$`}0v{R,:BBke?JCj)_ܯ?PN-M9fń?Ց4WԜ-/z[.r)W XŸIX7ܮȔfڥBB>HoA'JMDBHv:Pp!f@Ub0'tGtzWN[r ݅8 Vb\/D8nn9J)v)et.WۘMY D3ɏ+ojF\5V>.a|7IC)4NK[s8jUZzP ]JLh!yFz\n m'e6(_wkG-UV ѮVPQu0A,K9$-7U"Kꏻ Z?hة# *1NĿKVfW5'۽"Gwl(tr r.yGBeSoJvfJh /r_|FbԉBՃ;F8ZqϷavqyՌGڀ5}慇cY8Ӕ[SV/&Čw"Ys rJscƓS:ԱWYJI Ew|"10hi P]EV5bE5z6 EX=j)lt%pSD4rӌt mʙ}-] /zLΠfS1BU˾cv d3 ݨb ڪyCf xA,cgÛ%TYdf +Ѷw ԓ)QlnL9wڙA1X- @ ʈ4R($nr)\m>4s H DEra5ֿ-zD(%h%YW\OЉg7EBA?TXyi"vm ֮+~(] B99Ka#Xn=V|3bt5X-![G~;X#" 6CD$)Ƽl~8 t&Հ4qopBBn`f%{ nyOOj Br|zsY Kz#4n5JMj:!'*BzkQG1(&>e@`-Mh"-Fa/jebB%5ɺ8/<Ԥio\ݾcQ%-I#jSgY8q~W_ ,*K,Ve5.==+g0XNtfx >|W 1[?fen=/+oełCB#v .yZrF6@xSFKwZ[oEȔ5T{3#-2 $Iwɣ/ &ę9KuUN]4^z3bEO N~QKPh֞Y#%/1OI͋C8]X5SOgݞ@$uÂ).08!GEAY1*V_<~RF a~7gkh%) 3WuT [ĘebS%ߔIޟ܏$f[d x{108 ISn3۠ 6ph"邱g~5ϗ#-f˽p1JM;Ql,oC] !q~0Ia:B-'H@7bЃ$%O{r@VD EG$Yl\T~{ Z|pS` O-M\]l{Bb[(/-hv04v:ggH 5!S dzm1qKܐڴ2ٽ94pyA]竛,S5{8( @MTIMEF0[#kmx!h DV:HⒹAK*?J*pfSC~!1`1=byD  7u=,hq%/W@gS#*2Kddgm?}> ,a-izc&` i8;S2x=IZ9^h/g4fXyK/pkxL8mzyA: &&4TD&)o"m:OQ54kͥtg0sWeg0?˷W}ii鸔O<|ac~Ruf˒[':Ogi 2C}=&08 b 5MˋGZ+=.v  ieu륽O4=`M`&YEs{!\tISe*aLEI}l6JG+RU):q?dVCYc㦳KTv=Q ԐPJu#]<>\!G`&`)$s^2*!3S f,&p P.ىqW(Z$WPU3HM4MXЄdx vhO)ѡ|zyp_-% zpM?5aۺM:WLŊ7Z{@GIi5Gl%Z3ۂѬojp"J2A 1Vmq `r!V"$C?)fם'&P ^V/FvIHX| &JPt#]_F,)#*hZ8i5|1y趔V77@c/',+ի5$@/ B:; |{FPNa) i pPρWYg`̍cRܴw^Q7!}Л_&%P,gD)a,rk;hB;VWS9W|c5F1Î-QUpiVe3Uh2x*' u#M΍4`.6)lcBo-ЕgWo('s #dbņ:A3h*!3ecnMiQ:UyHڶddYfeV޶Ћ1"kURIB-,U o'P*r$|08bYe0?ek#s'2j#^, J9t`SveG\,x]VuZ媻,;VNxְ7eUʫ8)n'-)9Kc@g{ӧm _2pI]}yeul.)@F~m"]8lz0])swO^@rV* G0J d>/qAOuqKu!TfM$5gBR&lD:yS7Q ?ǘ,PHUO!\Er!4E/vf \$;/mqߗ&PóF Č`/n^F^#1Cp]L aLM5,{4. |ܩת ^W8X|c;HafE5H2dJ;6k Rl+k%T6ɡVk7NbŐks;Ak(K8#eKJ'^ bL2B^DZ1`VݟZm{"3Z4LI%:V˻`ΐy˨cPX/dh'O$Nz@U^%I`bVh?u$AgΤ 95yz\m8 G?ϥ rC k9 [xsVIT2H<Wv U${OfO)X xU"G X 'fGo}+fR+`X~v8n_5 I촞/M(' (J0%KQ|3!L}sE W.&:XaT-)z=Lo b#gY!w mNO!xn^aKƣn5_h`^ /5: YfW_-uKl;xTdY5!kyu֥fvGֆ @f܄Tim+ JdD6 *w"JղÊ#Z<̃m ̡@.;D.ѡ$_53Ee? ]`aw&~Ko=!(RX[l+:`8IziI (Q5 J(gc\imr1dh@DDPE!:`o&c&h j2nY/ c\X)J QXc&c[wdQl zVwpTa W*F31?cHMdZ_=3%y VR =(15]moxe7:5M` "Bt63R{A]DDRuE۵-gxﳎ7+etFZh:#§>E?;9# x4ɋ\إuDŽۖtSe aWq 8u_ 烤PFqEs&ֹ@GզQm sc_z/.l g0=6 RQ\23 RTfh;38 Uj]AdPY@FeזB" Xb)\yv;>`1ä9JPe )>B0+/g5 }SݥFCX/'CJR =bH G6#+F3idnq#5 hloCn//CCx?s"#/ ek:ɉvWr`flnޱլ]5ؽc@;Hww{Ӧ%rM had.edhVύ}Ԛ6ktC8;9U^ $4s1\]L@voBT/ؒ,GM9eSz\>T߄-M-?GZzE)poh)F0->#QL uvhbc nj`38A"}taCMj6&̧|]fI: Q}wblsע͉ng?d1w7dߠ`NE0N6}k5v >%q '=gU)z 2Q0_S3K.V(F-YE QۋUk+}29$(*bXAU!Cu?1?g ˱膰k8D\!0}*9LcxsPL}-QH4q_a?q9tcȢ 𑄮Љ|To$_㩞},CJE[ZQBOt;3rk7'qJsawjn+@8Zg:^1j,L~ *>2siMrk*lk#{3`1K PnRt$ܬsP<ɩ8V׋";АJ&3[vǙe{kp[ ? ['(3Ѳп٭(On[#3o^^f F%};!8k [?,YN=!9"j][nFjf~ro_fXJv*%>ثG̃"sč.rz>TKIwO8ئ#`0?0/H 62Qg?~kjN{TzMo;MiRwA?9 L?1U%c<ի؞~? FdɰRègo<ҽqQ3wrvSz&썾,?17AJaљ&޷^C_W Yk @z;Z95Z vj*˜krT.v> *f4UHi<(V2F?䮸J^*\{uքa[dLf*O6g7%eUN|ߎh6uSV爠pΚ>_JpMP8] ޚ"C|Wfj`b,]D=I47 j^Ϸ=5=4@%/]-rQYkp׷!~fiCYQي0F &j5fV4@>HMG'gM?АYIs]M>vgC1'!ڪpGyi DDB"ןTЉfө#ߜ2 ]\"`sG5Zqi,aZ*6cb 5RoN.M? ,&*Mxy0p[j[<=2Y&8zԼ(