Fix CMake interface include paths (#14)

* Fixed include path

* Formatting

* Remove lookup_constexpr.hpp
This commit is contained in:
Wiebe van Breukelen
2025-08-14 09:34:27 +02:00
committed by GitHub
parent cdc94ab2cb
commit 0cbefb77b7
2 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
#include <trigdx/trigdx_config.hpp>
#include <trigdx/reference.hpp>
#include <trigdx/lookup.hpp>
#include <trigdx/lookup_avx.hpp>
#include <trigdx/reference.hpp>
#if defined(TRIGDX_USE_MKL)
#include <trigdx/mkl.hpp>