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_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_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=
