Nektar++
|
#include <LibUtilities/SimdLib/io.hpp>
#include <LibUtilities/SimdLib/tinysimd.hpp>
#include <boost/test/tools/floating_point_comparison.hpp>
#include <boost/test/unit_test.hpp>
#include <array>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Nektar |
namespace | Nektar::SimdLibTests |
Macros | |
#define | NUM_LANES_64BITS 1 |
The above copyright notice and this permission notice shall be included. More... | |
#define | ALIGNMENT 8 |
#define | USING_SCALAR |
Typedefs | |
using | Nektar::SimdLibTests::vec_t = simd< double > |
#define ALIGNMENT 8 |
Definition at line 47 of file TestSimdLibDouble.cpp.
#define NUM_LANES_64BITS 1 |
The above copyright notice and this permission notice shall be included.
Definition at line 46 of file TestSimdLibDouble.cpp.
#define USING_SCALAR |
Definition at line 48 of file TestSimdLibDouble.cpp.