dune-common 2.9.0
Loading...
Searching...
No Matches
Files
SIMD Abstraction Implementation for standard types
Collaboration diagram for SIMD Abstraction Implementation for standard types:

Files

file  standard.hh
 SIMD abstractions for the standard built-in types.
 

Detailed Description

This implements the vectorization interface for scalar types. It applies to any type that does not have a specialized interface implementation.

As an application developer, there is nothing special you need to do to get support for standard types in the vectorization abstraction. If the dune classes you are using provide support for vectorization, they will include <dune/common/simd/simd.hh>, which will pull in the abstraction for standard types automatically. You simply need to make sure that the types themselves are supported: