Define headers

This commit is contained in:
Jamaika1 2024-11-15 11:57:31 +01:00 committed by GitHub
parent 4847eebde6
commit 5b841fcd7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,11 +30,11 @@
* INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS
****************************************************************************/
#include "strategies-depquant.h"
#include "strategies/strategies-depquant.h"
#if defined(__AVX512F__)
#include "avx2/depquant-avx2.h"
#include "strategies/avx2/depquant-avx2.h"
#endif
#include "depquant-generic.h"
#include "strategies/generic/depquant-generic.h"
#include "strategyselector.h"