LibSWIFFT  1.2.0
swifft_avx2.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_AVX2_H_
12 #define __LIBSWIFFT_SWIFFT_AVX2_H_
13 
14 #if defined(__AVX2__)
15  #undef SWIFFT_ISET
16  #define SWIFFT_ISET() AVX2
17  #include "libswifft/swifft_iset.inl"
18 #else
19  #pragma message "LibSWIFFT API for AVX2 is disabled"
20 #endif
21 
22 #endif /* __LIBSWIFFT_SWIFFT_AVX2_H_ */
LibSWIFFT public C API expansion for instruction-sets.