Vc 1.4.5
SIMD Vector Classes for C++
 
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12]
 NVcVector Classes Namespace
 CAlignedBaseHelper class to ensure a given alignment
 CAllocatorAn allocator that uses global new and supports over-aligned types, as per [C++11 20.6.9]
 CarrayThis is std::array with additional subscript operators supporting gather and scatter operations
 CCpuIdThis class is available for x86 / AMD64 systems to read and interpret information about the CPU's capabilities
 CExclusiveHint for Prefetch to select prefetches that mark the memory as exclusive
 CImplementationTThis class identifies the specific implementation Vc uses in the current translation unit in terms of a type
 CMaskThe main SIMD mask class
 CPrefetch
 CSharedHint for Prefetch to select prefetches that mark the memory as shared
 CSimdArrayData-parallel arithmetic type with user-defined number of elements
 CSimdMaskArrayData-parallel mask type with user-defined number of boolean elements
 CVectorThe main vector class for expressing data parallelism