AutoPas  3.0.0
Loading...
Searching...
No Matches
autopasmd.h
Go to the documentation of this file.
1
9#pragma once
10
11#include "LJFunctor.h"
12#ifdef __AVX__
13#include "LJFunctorAVX.h"
14#endif
15#ifdef __ARM_FEATURE_SVE
16#include "LJFunctorSVE.h"
17#endif
18#include "MoleculeLJ.h"