1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
PROJECT_NAME = "xsimd"
XML_OUTPUT = xml
INPUT = ../include/xsimd/types/xsimd_api.hpp \
../include/xsimd/types/xsimd_batch.hpp \
../include/xsimd/types/xsimd_batch_constant.hpp \
../include/xsimd/config/xsimd_arch.hpp \
../include/xsimd/config/xsimd_config.hpp \
../include/xsimd/memory/xsimd_alignment.hpp \
../include/xsimd/memory/xsimd_aligned_allocator.hpp \
../include/xsimd/types/xsimd_generic_arch.hpp \
../include/xsimd/types/xsimd_traits.hpp \
../include/xsimd/types/xsimd_avx2_register.hpp \
../include/xsimd/types/xsimd_avx512bw_register.hpp \
../include/xsimd/types/xsimd_avx512cd_register.hpp \
../include/xsimd/types/xsimd_avx512dq_register.hpp \
../include/xsimd/types/xsimd_avx512f_register.hpp \
../include/xsimd/types/xsimd_avx_register.hpp \
../include/xsimd/types/xsimd_fma3_avx_register.hpp \
../include/xsimd/types/xsimd_fma3_avx2_register.hpp \
../include/xsimd/types/xsimd_fma3_sse_register.hpp \
../include/xsimd/types/xsimd_fma4_register.hpp \
../include/xsimd/types/xsimd_neon64_register.hpp \
../include/xsimd/types/xsimd_neon_register.hpp \
../include/xsimd/types/xsimd_rvv_register.hpp \
../include/xsimd/types/xsimd_sse2_register.hpp \
../include/xsimd/types/xsimd_sse3_register.hpp \
../include/xsimd/types/xsimd_sse4_1_register.hpp \
../include/xsimd/types/xsimd_sse4_2_register.hpp \
../include/xsimd/types/xsimd_ssse3_register.hpp \
../include/xsimd/types/xsimd_sve_register.hpp
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
GENERATE_HTML = NO
GENERATE_XML = YES
RECURSIVE = YES
QUIET = YES
JAVADOC_AUTOBRIEF = YES
WARN_IF_UNDOCUMENTED = NO
WARN_AS_ERROR = NO
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = XSIMD_NO_DISCARD= XSIMD_INLINE=inline
|