Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: Vc-devel-doc | Distribution: openSUSE Leap 16.0 |
Version: 1.4.5 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Sun Jun 23 15:24:03 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 6917459 | Source RPM: Vc-1.4.5-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/VcDevel/Vc/ | |
Summary: API documentation for Vc |
Vc 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 API documentation
BSD-3-Clause
* Sun Jun 23 2024 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.4.5: * Small CMake improvements (gh#VcDevel/Vc#360). * Replace uses exec_program with execute_process (gh#VcDevel/Vc#364). * Mon Oct 23 2023 Christoph G <foss@grueninger.de> - Update to version 1.4.4 * Add missing vectorcall to isImplementationSupported * Adapt to cpp17: std::iterator is deprecated * Rename None to NoTransformation in enum class Category to avoid a clash with X11 library * Fix horizontal min/max for uchar * Tue Jul 05 2022 Asterios Dramis <asterios.dramis@gmail.com> - Update to version 1.4.3: * See https://github.com/VcDevel/Vc/releases/tag/1.4.3 for changelog. * Tue Jan 04 2022 Dirk Müller <dmueller@suse.com> - 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<T, VectorAbi::Scalar>::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) * Fri Dec 24 2021 Christophe Giboudeaux <christophe@krop.fr> - 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. * Sat Jun 05 2021 Christophe Giboudeaux <christophe@krop.fr> - Add GCC 11 compatibility fix: * 0001-Add-missing-include-to-simdarray.h-275.patch * Wed May 13 2020 Martin Pluskal <mpluskal@suse.com> - Update to version 1.4.1: * No upstream changelog available - Drop upstreamed patches: * 0001-Fix-i686-build.patch * handle-missing-libmvec.patch * Fri Jul 12 2019 Wolfgang Bauer <wbauer@tmo.at> - Use FAT lto objects as the package ships a static library * Tue Nov 06 2018 Christophe Giboudeaux <christophe@krop.fr> - Add 0001-Fix-i686-build.patch to fix build failures on i686 targets. * Tue Oct 30 2018 Christophe Giboudeaux <christophe@krop.fr> - Add handle-missing-libmvec.patch to fix build issues on archs for which libmvec is not available. * Mon Oct 15 2018 sean@suspend.net - 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. * Tue Feb 20 2018 stefan.bruens@rwth-aachen.de - 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 * Thu Feb 15 2018 asterios.dramis@gmail.com - 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. * Mon May 15 2017 idonmez@suse.com - Update to version 1.3.2 * Resolve warning from GCC 6 about ignored attributes * Support for Kaby Lake detection * Thu Mar 09 2017 idonmez@suse.com - 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. * Fri Jan 27 2017 idonmez@suse.com - Repackage without examples/spline see https://github.com/VcDevel/Vc/issues/150 for details. * Thu Oct 27 2016 idonmez@suse.com - Update to version 1.3.0 * Too many changes to list, please see https://github.com/VcDevel/Vc/releases for details. * Tue Oct 06 2015 asterios.dramis@gmail.com - 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) * Fri Sep 11 2015 mpluskal@suse.com - Use cmake macro - Cleanup spec file with spec-cleaner * Fri Aug 07 2015 normand@linux.vnet.ibm.com - add ExclusiveArch %{ix86} x86_64 because not supported asm lines for other architectures * Wed Mar 25 2015 asterios.dramis@gmail.com - Updated License to "LGPL-3.0+ and GPL-3.0+". * Thu Mar 19 2015 asterios.dramis@gmail.com - Added Requires: Vc-devel in the Vc-devel-static subpackage. * Wed Mar 18 2015 asterios.dramis@gmail.com - Fix Source0 URL. * Sat Jan 10 2015 asterios.dramis@gmail.com - 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<T> * Copying Memory now uses SIMD move instructions * Vc::Allocator<T> now uses a minimum alignment of the SIMD types of the chosen Vc implementation. Thus making it useable for containers of builtin types. * Sat Oct 26 2013 asterios.dramis@gmail.com - Update to 0.7.3: * more thorough feature tests in the cmake scripts (-mfma / -stdlib=libc++) * work around bogus warnings (mostly clang) * fixed binary operators of Mask types * fixed ifdef logic that lead to ICC not seeing the always_inline attributes * support for Intel Family 6 Model 47 CPU detection * fixed Vc/IO for libc++ and GCC on Windows * fixed a compilation error in Vc::Scalar::abs * fixed Vc::Scalar::sincos to use a safe fallback and ::sincos(f) on with glibc * Sun Jun 30 2013 asterios.dramis@gmail.com - Disable compilation of tests (fixes fails in OBS due to required build power). * Sun Jun 30 2013 asterios.dramis@gmail.com - Update to 0.7.2: * Improved documentation * Detect and support AMD Piledriver CPUs (prefers FMA over FMA4) * Support clang with libc++ * More workarounds for compiler quirks * Bugs fixed: + Fixed VectorTuple to work without using namespace Vc. + SSE::sfloat_m::operator!= was broken. + SSE::sfloat_m::isMix was broken. + Buildsystem: Detection of CPU flags was broken on Linux + Fixed compilation for targets that don't support POPCNT. + Fixed debug builds that use log(-1). It returns NaN instead of asserting now. + No warning for nested foreach_bit loops anymore * Sun May 19 2013 asterios.dramis@gmail.com - Revoke last change (it does not solve the failures). * Sun May 19 2013 asterios.dramis@gmail.com - Disable parallel build, often fails in OBS. * Sat Apr 20 2013 asterios.dramis@gmail.com - Update to 0.7.1: * MSVC support: workaround bugs in MSVC; AVX is still mostly miscompiled by MSVC, but Vc::SSE works fine now * GCC on Windows support * Improved support for old GCC versions * Speed and FMA4 improvements to trigonometric functions * Fixed a few inconsistencies From 0.7.0: * Major polishing, making it more intuitive and portable - Removed fix_install_libdir.patch (fixed upstream). - Don't build latex devel docs (removed all texlive build requirements). * Tue Feb 19 2013 asterios.dramis@gmail.com - Initial rpm release (version 0.6.1). - Added a patch (fix_install_libdir.patch) to make the package install the library in the correct libdir (lib or lib64).
/usr/share/doc/packages/Vc-devel-doc /usr/share/doc/packages/Vc-devel-doc/README.md /usr/share/doc/packages/Vc-devel-doc/html /usr/share/doc/packages/Vc-devel-doc/html/Allocator_source.html /usr/share/doc/packages/Vc-devel-doc/html/IO_source.html /usr/share/doc/packages/Vc-devel-doc/html/algorithms_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/aliasingentryhelper_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/alignedbase_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/annotated.html /usr/share/doc/packages/Vc-devel-doc/html/annotated_dup.js /usr/share/doc/packages/Vc-devel-doc/html/array_source.html /usr/share/doc/packages/Vc-devel-doc/html/bc_s.png /usr/share/doc/packages/Vc-devel-doc/html/bc_sd.png /usr/share/doc/packages/Vc-devel-doc/html/bitscanintrinsics_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/buildsystem.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Allocator-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Allocator.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1InterleavedMemoryWrapper-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1InterleavedMemoryWrapper.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1InterleavedMemoryWrapper.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1MemoryBase-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1MemoryBase.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1MemoryBase.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1MemoryVector-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1MemoryVector.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1MemoryVector.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory_3_01V_00_010u_00_010u_00_01true_01_4-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory_3_01V_00_010u_00_010u_00_01true_01_4.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory_3_01V_00_010u_00_010u_00_01true_01_4.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory_3_01V_00_01Size_00_010u_00_01InitPadding_01_4-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory_3_01V_00_01Size_00_010u_00_01InitPadding_01_4.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Common_1_1Memory_3_01V_00_01Size_00_010u_00_01InitPadding_01_4.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1CpuId-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1CpuId.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Mask-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Mask.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Mask.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdArray-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdArray.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdArray.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdMaskArray-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdMaskArray.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdMaskArray.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdizeDetail_1_1IteratorDetails_1_1Iterator_3_01T_00_01N_00_01M_00_01V_00_01Size_00_72989125f5e050af86408ef505684d3b.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdizeDetail_1_1IteratorDetails_1_1Iterator_3_01T_00_01N_00_01M_00_01V_00_01Size_00_7facb3411c829fda8a09bd4c73445b8b.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdizeDetail_1_1IteratorDetails_1_1Iterator_3_01T_00_01N_00_01M_00_01V_00_01Size_00_7facb3411c829fda8a09bd4c73445b8b.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdizeDetail_1_1IteratorDetails_1_1Iterator_3_01T_00_01N_00_01M_00_01V_00_01Size_00_a8e6b375765169ea94ea503eff96e9d3.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdizeDetail_1_1IteratorDetails_1_1Iterator_3_01T_00_01N_00_01M_00_01V_00_01Size_00_a8e6b375765169ea94ea503eff96e9d3.js /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1SimdizeDetail_1_1IteratorDetails_1_1Iterator_3_01T_00_01N_00_01M_00_01V_00_01Size_00_f8f69779b84d44bf685df7f40b3014e4.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Vector-members.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Vector.html /usr/share/doc/packages/Vc-devel-doc/html/classVc_1_1Vector.js /usr/share/doc/packages/Vc-devel-doc/html/classes.html /usr/share/doc/packages/Vc-devel-doc/html/clipboard.js /usr/share/doc/packages/Vc-devel-doc/html/closed.png /usr/share/doc/packages/Vc-devel-doc/html/common_2support_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/common_2vector_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/const_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/cookie.js /usr/share/doc/packages/Vc-devel-doc/html/cpuid_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/data_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/decay_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/deinterleave_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/deprecated.html /usr/share/doc/packages/Vc-devel-doc/html/detail_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/dir_92f053cee0804921d39a405ad3e4635f.html /usr/share/doc/packages/Vc-devel-doc/html/dir_92f053cee0804921d39a405ad3e4635f.js /usr/share/doc/packages/Vc-devel-doc/html/dir_c19771d322d1b8069c28774675c1eb44.html /usr/share/doc/packages/Vc-devel-doc/html/dir_c19771d322d1b8069c28774675c1eb44.js /usr/share/doc/packages/Vc-devel-doc/html/dir_f33d8a4de8ed60e4ea92ba3e43ea71e8.html /usr/share/doc/packages/Vc-devel-doc/html/dir_f33d8a4de8ed60e4ea92ba3e43ea71e8.js /usr/share/doc/packages/Vc-devel-doc/html/doc.svg /usr/share/doc/packages/Vc-devel-doc/html/docd.svg /usr/share/doc/packages/Vc-devel-doc/html/dox_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/doxygen.css /usr/share/doc/packages/Vc-devel-doc/html/doxygen.svg /usr/share/doc/packages/Vc-devel-doc/html/doxygen_blank.html /usr/share/doc/packages/Vc-devel-doc/html/doxygen_crawl.html /usr/share/doc/packages/Vc-devel-doc/html/dynsections.js /usr/share/doc/packages/Vc-devel-doc/html/elementreference_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/entry__type__of_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/ex-buddhabrot.html /usr/share/doc/packages/Vc-devel-doc/html/ex-finitediff.html /usr/share/doc/packages/Vc-devel-doc/html/ex-mandelbrot.html /usr/share/doc/packages/Vc-devel-doc/html/ex-matrix.html /usr/share/doc/packages/Vc-devel-doc/html/ex-polarcoord.html /usr/share/doc/packages/Vc-devel-doc/html/examples.html /usr/share/doc/packages/Vc-devel-doc/html/examples.js /usr/share/doc/packages/Vc-devel-doc/html/examples_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/exponential_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/featuremacros.html /usr/share/doc/packages/Vc-devel-doc/html/files.html /usr/share/doc/packages/Vc-devel-doc/html/files_dup.js /usr/share/doc/packages/Vc-devel-doc/html/fix__clang__emmintrin_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/folderclosed.svg /usr/share/doc/packages/Vc-devel-doc/html/folderclosedd.svg /usr/share/doc/packages/Vc-devel-doc/html/folderopen.svg /usr/share/doc/packages/Vc-devel-doc/html/folderopend.svg /usr/share/doc/packages/Vc-devel-doc/html/functions.html /usr/share/doc/packages/Vc-devel-doc/html/functions_b.html /usr/share/doc/packages/Vc-devel-doc/html/functions_c.html /usr/share/doc/packages/Vc-devel-doc/html/functions_dup.js /usr/share/doc/packages/Vc-devel-doc/html/functions_e.html /usr/share/doc/packages/Vc-devel-doc/html/functions_f.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func.js /usr/share/doc/packages/Vc-devel-doc/html/functions_func_b.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_c.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_e.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_f.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_g.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_h.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_i.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_l.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_m.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_o.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_p.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_r.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_s.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_t.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_v.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_z.html /usr/share/doc/packages/Vc-devel-doc/html/functions_func_~.html /usr/share/doc/packages/Vc-devel-doc/html/functions_g.html /usr/share/doc/packages/Vc-devel-doc/html/functions_h.html /usr/share/doc/packages/Vc-devel-doc/html/functions_i.html /usr/share/doc/packages/Vc-devel-doc/html/functions_l.html /usr/share/doc/packages/Vc-devel-doc/html/functions_m.html /usr/share/doc/packages/Vc-devel-doc/html/functions_o.html /usr/share/doc/packages/Vc-devel-doc/html/functions_p.html /usr/share/doc/packages/Vc-devel-doc/html/functions_r.html /usr/share/doc/packages/Vc-devel-doc/html/functions_s.html /usr/share/doc/packages/Vc-devel-doc/html/functions_t.html /usr/share/doc/packages/Vc-devel-doc/html/functions_type.html /usr/share/doc/packages/Vc-devel-doc/html/functions_v.html /usr/share/doc/packages/Vc-devel-doc/html/functions_vars.html /usr/share/doc/packages/Vc-devel-doc/html/functions_z.html /usr/share/doc/packages/Vc-devel-doc/html/functions_~.html /usr/share/doc/packages/Vc-devel-doc/html/fwddecl_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/gatherimplementation_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/gatherinterface_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/gatherinterface__deprecated_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/generalinterface_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/global_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/group__Containers.html /usr/share/doc/packages/Vc-devel-doc/html/group__Masks.html /usr/share/doc/packages/Vc-devel-doc/html/group__Math.html /usr/share/doc/packages/Vc-devel-doc/html/group__SimdArray.html /usr/share/doc/packages/Vc-devel-doc/html/group__Simdize.html /usr/share/doc/packages/Vc-devel-doc/html/group__Utilities.html /usr/share/doc/packages/Vc-devel-doc/html/group__Vectors.html /usr/share/doc/packages/Vc-devel-doc/html/has__addition__operator_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/has__contiguous__storage_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/has__equality__operator_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/has__multiply__operator_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/has__no__allocated__data_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/has__subscript__operator_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/hierarchy.html /usr/share/doc/packages/Vc-devel-doc/html/hierarchy.js /usr/share/doc/packages/Vc-devel-doc/html/iif_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/index.html /usr/share/doc/packages/Vc-devel-doc/html/index.qhp /usr/share/doc/packages/Vc-devel-doc/html/indexsequence_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/interleave_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/interleavedmemory_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/intro.html /usr/share/doc/packages/Vc-devel-doc/html/is__functor__argument__immutable_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/is__implicit__cast__allowed_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/is__index__sequence_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/is__output__iterator_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/iterators_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/jquery.js /usr/share/doc/packages/Vc-devel-doc/html/loadinterface_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/loadstoreflags_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/logarithm_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/logo.png /usr/share/doc/packages/Vc-devel-doc/html/logo_small.png /usr/share/doc/packages/Vc-devel-doc/html/macros_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/makeContainer_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/make__unique_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/malloc_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/mask_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/maskbool_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/math_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/memory_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/memorybase_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/memoryfwd_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/minus.svg /usr/share/doc/packages/Vc-devel-doc/html/minusd.svg /usr/share/doc/packages/Vc-devel-doc/html/namespaceVc.html /usr/share/doc/packages/Vc-devel-doc/html/namespacemembers.html /usr/share/doc/packages/Vc-devel-doc/html/namespacemembers_enum.html /usr/share/doc/packages/Vc-devel-doc/html/namespacemembers_eval.html /usr/share/doc/packages/Vc-devel-doc/html/namespacemembers_func.html /usr/share/doc/packages/Vc-devel-doc/html/namespacemembers_type.html /usr/share/doc/packages/Vc-devel-doc/html/namespacemembers_vars.html /usr/share/doc/packages/Vc-devel-doc/html/namespaces.html /usr/share/doc/packages/Vc-devel-doc/html/nav_f.png /usr/share/doc/packages/Vc-devel-doc/html/nav_fd.png /usr/share/doc/packages/Vc-devel-doc/html/nav_g.png /usr/share/doc/packages/Vc-devel-doc/html/nav_h.png /usr/share/doc/packages/Vc-devel-doc/html/nav_hd.png /usr/share/doc/packages/Vc-devel-doc/html/navtree.css /usr/share/doc/packages/Vc-devel-doc/html/navtree.js /usr/share/doc/packages/Vc-devel-doc/html/navtreedata.js /usr/share/doc/packages/Vc-devel-doc/html/navtreeindex0.js /usr/share/doc/packages/Vc-devel-doc/html/open.png /usr/share/doc/packages/Vc-devel-doc/html/operators_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/pages.html /usr/share/doc/packages/Vc-devel-doc/html/permutation_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/plus.svg /usr/share/doc/packages/Vc-devel-doc/html/plusd.svg /usr/share/doc/packages/Vc-devel-doc/html/polarcoord-cartesian.png /usr/share/doc/packages/Vc-devel-doc/html/polarcoord-polar.png /usr/share/doc/packages/Vc-devel-doc/html/portability.html /usr/share/doc/packages/Vc-devel-doc/html/resize.js /usr/share/doc/packages/Vc-devel-doc/html/scatterimplementation_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/scatterinterface_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/scatterinterface__deprecated_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/search /usr/share/doc/packages/Vc-devel-doc/html/search/all_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_10.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_11.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_12.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_13.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_14.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_15.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_16.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_17.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_8.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_9.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_a.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_b.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_c.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_d.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_e.js /usr/share/doc/packages/Vc-devel-doc/html/search/all_f.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/classes_8.js /usr/share/doc/packages/Vc-devel-doc/html/search/close.svg /usr/share/doc/packages/Vc-devel-doc/html/search/enums_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/enums_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/enums_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/enumvalues_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_10.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_11.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_12.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_13.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_14.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_8.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_9.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_a.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_b.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_c.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_d.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_e.js /usr/share/doc/packages/Vc-devel-doc/html/search/functions_f.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/groups_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/mag.svg /usr/share/doc/packages/Vc-devel-doc/html/search/mag_d.svg /usr/share/doc/packages/Vc-devel-doc/html/search/mag_sel.svg /usr/share/doc/packages/Vc-devel-doc/html/search/mag_seld.svg /usr/share/doc/packages/Vc-devel-doc/html/search/namespaces_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_8.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_9.js /usr/share/doc/packages/Vc-devel-doc/html/search/pages_a.js /usr/share/doc/packages/Vc-devel-doc/html/search/search.css /usr/share/doc/packages/Vc-devel-doc/html/search/search.js /usr/share/doc/packages/Vc-devel-doc/html/search/searchdata.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_8.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_9.js /usr/share/doc/packages/Vc-devel-doc/html/search/typedefs_a.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_0.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_1.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_2.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_3.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_4.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_5.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_6.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_7.js /usr/share/doc/packages/Vc-devel-doc/html/search/variables_8.js /usr/share/doc/packages/Vc-devel-doc/html/set_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/simd__cast_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/simdarray_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/simdarrayfwd_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/simdarrayhelper_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/simdize_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/simdmaskarray_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/span_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/splitbar.png /usr/share/doc/packages/Vc-devel-doc/html/splitbard.png /usr/share/doc/packages/Vc-devel-doc/html/storage_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/storeinterface_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1AlignedBase-members.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1AlignedBase.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1AlignedBase.js /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Exclusive.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1ImplementationT-members.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1ImplementationT.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Prefetch-members.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Prefetch.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Shared.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1has__no__allocated__data.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1has__no__allocated__data__impl.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1isSimdArray.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1isSimdMaskArray.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1is__simd__mask.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1is__simd__vector.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1Traits_1_1simd__vector__size.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1array-members.html /usr/share/doc/packages/Vc-devel-doc/html/structVc_1_1array.html /usr/share/doc/packages/Vc-devel-doc/html/subscript_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/support_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/sync_off.png /usr/share/doc/packages/Vc-devel-doc/html/sync_on.png /usr/share/doc/packages/Vc-devel-doc/html/tab_a.png /usr/share/doc/packages/Vc-devel-doc/html/tab_ad.png /usr/share/doc/packages/Vc-devel-doc/html/tab_b.png /usr/share/doc/packages/Vc-devel-doc/html/tab_bd.png /usr/share/doc/packages/Vc-devel-doc/html/tab_h.png /usr/share/doc/packages/Vc-devel-doc/html/tab_hd.png /usr/share/doc/packages/Vc-devel-doc/html/tab_s.png /usr/share/doc/packages/Vc-devel-doc/html/tab_sd.png /usr/share/doc/packages/Vc-devel-doc/html/tabs.css /usr/share/doc/packages/Vc-devel-doc/html/transpose_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/trigonometric_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/type__traits_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/types_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/utility_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/vcmacros.html /usr/share/doc/packages/Vc-devel-doc/html/vector_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/vector_source.html /usr/share/doc/packages/Vc-devel-doc/html/vectorabi_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/vectortraits_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/vectortuple_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/version_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/where_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/writemaskedvector_8h_source.html /usr/share/doc/packages/Vc-devel-doc/html/x86__prefetches_8h_source.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 21 00:04:34 2024