| 1 | /*************************************************************************** |
|---|---|
| 2 | * Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and * |
| 3 | * Martin Renou * |
| 4 | * Copyright (c) QuantStack * |
| 5 | * Copyright (c) Serge Guelton * |
| 6 | * * |
| 7 | * Distributed under the terms of the BSD 3-Clause License. * |
| 8 | * * |
| 9 | * The full license is in the file LICENSE, distributed with this software. * |
| 10 | ****************************************************************************/ |
| 11 | |
| 12 | #ifndef XSIMD_GENERIC_HPP |
| 13 | #define XSIMD_GENERIC_HPP |
| 14 | |
| 15 | #include "./generic/xsimd_generic_arithmetic.hpp" |
| 16 | #include "./generic/xsimd_generic_complex.hpp" |
| 17 | #include "./generic/xsimd_generic_logical.hpp" |
| 18 | #include "./generic/xsimd_generic_math.hpp" |
| 19 | #include "./generic/xsimd_generic_memory.hpp" |
| 20 | #include "./generic/xsimd_generic_rounding.hpp" |
| 21 | #include "./generic/xsimd_generic_trigo.hpp" |
| 22 | |
| 23 | #endif |
| 24 |