HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikocpu
hikocpu.hpp
1
// Copyright Take Vos 2023.
2
// Distributed under the Boost Software License, Version 1.0.
3
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5
#pragma once
6
7
8
#include "macros.hpp"
9
10
#include "array_generic.hpp"
// export
11
#ifndef HI_GENERIC
12
#include "array_intrinsic_f16x4_x86.hpp"
// export
13
#include "array_intrinsic_f32x4_x86.hpp"
// export
14
#include "array_intrinsic_f64x4_x86.hpp"
// export
15
#include "array_intrinsic_f64x2_x86.hpp"
// export
16
#endif
17
#include "array_intrinsic.hpp"
// export
18
#include "simd_intf.hpp"
// export
19
#if defined(HI_HAS_X86)
20
#include "cpu_id_x86.hpp"
// export
21
#else
22
#include "cpu_id_generic.hpp"
// export
23
#endif
24
#include "half.hpp"
// export
25
#include "half_to_float.hpp"
// export
26
#include "float_to_half.hpp"
// export
27
28
hi_export_module(hikocpu);
Generated on Mon Apr 22 2024 12:51:34 for HikoGUI by
1.10.0