Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
kcenon::container::simd::simd_traits< T > Struct Template Reference

Template for SIMD operations on different types. More...

#include <simd_processor.h>

Collaboration diagram for kcenon::container::simd::simd_traits< T >:
Collaboration graph

Static Public Attributes

static constexpr size_t width = 1
 
static constexpr bool supported = false
 

Detailed Description

template<typename T>
struct kcenon::container::simd::simd_traits< T >

Template for SIMD operations on different types.

Definition at line 289 of file simd_processor.h.

Member Data Documentation

◆ supported

template<typename T >
bool kcenon::container::simd::simd_traits< T >::supported = false
staticconstexpr

Definition at line 291 of file simd_processor.h.

◆ width

template<typename T >
size_t kcenon::container::simd::simd_traits< T >::width = 1
staticconstexpr

Definition at line 290 of file simd_processor.h.


The documentation for this struct was generated from the following file: