ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cmath>
#include "StreamSweepDoublePrecisionAVX.h"
#include "core/DataTypes.h"
#include "core/Macros.h"
#include <immintrin.h>
Go to the source code of this file.
Namespaces | |
namespace | walberla |
\file PackInfoPdfDoublePrecision.cpp \author pystencils | |
namespace | walberla::pystencils |
namespace | walberla::pystencils::internal_91e2c9bdb4c4fa8a405803890749bf98 |
Macros | |
#define | FUNC_PREFIX |
\file StreamSweepDoublePrecisionAVX.cpp \author pystencils | |
Functions | |
static FUNC_PREFIX void | walberla::pystencils::internal_91e2c9bdb4c4fa8a405803890749bf98::streamsweepdoubleprecisionavx_streamsweepdoubleprecisionavx (double *RESTRICT const _data_force, double *RESTRICT const _data_pdfs, double *RESTRICT _data_pdfs_tmp, double *RESTRICT _data_velocity, int64_t const _size_force_0, int64_t const _size_force_1, int64_t const _size_force_2, int64_t const _stride_force_1, int64_t const _stride_force_2, int64_t const _stride_force_3, int64_t const _stride_pdfs_1, int64_t const _stride_pdfs_2, int64_t const _stride_pdfs_3, int64_t const _stride_pdfs_tmp_1, int64_t const _stride_pdfs_tmp_2, int64_t const _stride_pdfs_tmp_3, int64_t const _stride_velocity_1, int64_t const _stride_velocity_2, int64_t const _stride_velocity_3) |
#define FUNC_PREFIX |
\file StreamSweepDoublePrecisionAVX.cpp \author pystencils
Definition at line 30 of file StreamSweepDoublePrecisionAVX.cpp.