1// @GENERATED_SOURCE@
2
3#ifndef DUNE_COMMON_TEST_DEBUGALIGNSIMDTEST_HH
4#define DUNE_COMMON_TEST_DEBUGALIGNSIMDTEST_HH
5
6#include <dune/common/debugalign.hh>
7#include <dune/common/simd/test.hh>
8
9namespace Dune {
10  namespace Simd {
11
12#cmake @template POINT@
13    extern template void UnitTest::check@POINT@<AlignedNumber<@SCALAR@> >();
14#cmake @endtemplate@
15
16  } //namespace Simd
17} // namespace Dune
18
19#endif // DUNE_COMMON_TEST_DEBUGALIGNSIMDTEST_HH
20