Add trigdx_config.hpp and trigdx.hpp header files
This commit is contained in:
19
include/trigdx/trigdx.hpp
Normal file
19
include/trigdx/trigdx.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <trigdx/trigdx_config.hpp>
|
||||
|
||||
#include <trigdx/reference.hpp>
|
||||
#include <trigdx/lookup.hpp>
|
||||
#include <trigdx/lookup_avx.hpp>
|
||||
|
||||
#if TRIGDX_USE_MKL
|
||||
#include <trigdx/mkl.hpp>
|
||||
#endif
|
||||
|
||||
#if TRIGDX_USE_GPU
|
||||
#include <trigdx/gpu.hpp>
|
||||
#endif
|
||||
|
||||
#if TRIGDX_USE_XSIMD
|
||||
#include <trigdx/lookup_xsimd.hpp>
|
||||
#endif
|
||||
Reference in New Issue
Block a user