File indexing completed on 2025-01-26 04:07:17

0001 /*
0002  * SPDX-FileCopyrightText: 2022 L. E. Segovia <amy@amyspark.me>
0003  *
0004  * SPDX-License-Identifier: BSD-3-Clause
0005  */
0006 
0007 #ifndef KIS_XSIMD_ISA_HPP
0008 #define KIS_XSIMD_ISA_HPP
0009 
0010 #include <cstdint>
0011 #include <type_traits>
0012 
0013 #include "../config/xsimd_arch.hpp"
0014 
0015 // Must come last to have access to all conversion specializations.
0016 #include "./xsimd_generic.hpp"
0017 
0018 #endif