Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-08-28 09:11:32

0001 /***************************************************************************
0002  * Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and         *
0003  * Martin Renou                                                             *
0004  * Copyright (c) QuantStack                                                 *
0005  * Copyright (c) Serge Guelton                                              *
0006  *                                                                          *
0007  * Distributed under the terms of the BSD 3-Clause License.                 *
0008  *                                                                          *
0009  * The full license is in the file LICENSE, distributed with this software. *
0010  ****************************************************************************/
0011 
0012 #ifndef XSIMD_GENERIC_HPP
0013 #define XSIMD_GENERIC_HPP
0014 
0015 #include "./generic/xsimd_generic_arithmetic.hpp"
0016 #include "./generic/xsimd_generic_complex.hpp"
0017 #include "./generic/xsimd_generic_logical.hpp"
0018 #include "./generic/xsimd_generic_math.hpp"
0019 #include "./generic/xsimd_generic_memory.hpp"
0020 #include "./generic/xsimd_generic_rounding.hpp"
0021 #include "./generic/xsimd_generic_trigo.hpp"
0022 
0023 #endif