dune-common  2.8.0
Classes | Namespaces

Basic definitions for SIMD Implementations. More...

Go to the source code of this file.

Classes

struct  Dune::Simd::Overloads::ADLTag< i >
 
struct  Dune::Simd::Overloads::ADLTag< 0 >
 

Namespaces

 Dune
 Dune namespace.
 
 Dune::Simd
 Namespace for vectorization interface functions used by library developers.
 
 Dune::Simd::Overloads
 Namespace for the overloads and specializations that make up a SIMD implementation.
 

Detailed Description

Basic definitions for SIMD Implementations.

This file provides basic definitions and template declarations that are used to write SIMD abtraction layers.

This file should never be included by users of the SIMD abstraction. Include <dune/common/simd/simd.hh> instead.