LibSWIFFT
1.2.0
include
libswifft
swifft_avx.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2020 Yaron Gvili and Gvili Tech Ltd.
3
*
4
* See the accompanying LICENSE.txt file for licensing information.
5
*/
11
#ifndef __LIBSWIFFT_SWIFFT_AVX_H_
12
#define __LIBSWIFFT_SWIFFT_AVX_H_
13
14
#if defined(__AVX__)
15
#undef SWIFFT_ISET
16
#define SWIFFT_ISET() AVX
17
#include "
libswifft/swifft_iset.inl
"
18
#else
19
#pragma message "LibSWIFFT API for AVX is disabled"
20
#endif
21
22
#endif
/* __LIBSWIFFT_SWIFFT_AVX_H_ */
swifft_iset.inl
LibSWIFFT public C API expansion for instruction-sets.
Generated by
1.8.13