T-SIMD v31.1.0
A C++ template SIMD library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NsimdNamespace for T-SIMD
 Caligned_allocatorAligned allocator
 CDecimalClass for formatting SIMD types as decimal numbers
 CFormatClass for generating format strings for printf for SIMD types
 CHAccIterative horizontal accumulator. Calculates the horizontal accumulation of multiple (Vec<T, SIMD_WIDTH>::elems) Vec's into a single Vec in parallel with the Vec's to be accumulated pushed one by one
 CHAccStoreIterative horizontal accumulator with store of the result. Calculates the horizontal accumulation of multiple Vec's in parallel with the Vec's to be accumulated pushed one by one. Stores the result of the horizontal accumulation every Vec<T, SIMD_WIDTH>::elems Vec's into memory
 CHAddHorizontal addition class for iterative horizontal accumulation
 CHAddsHorizontal saturated addition class for iterative horizontal accumulation
 CHMaxHorizontal maximum class for iterative horizontal accumulation
 CHMinHorizontal minimum class for iterative horizontal accumulation
 CMaskSIMD mask class consisting of as many bits as the corresponding Vec has elements
 CTypeInfoType information for SIMD types
 CVecSIMD vector class, holds multiple elements of the same type