HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.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#include "simd.hpp"
8#include "float16_sse4_1.hpp"
9#include "native_f16x8_sse2.hpp"
10#include "native_f32x4_sse.hpp"
11#include "native_f64x4_avx.hpp"
12#include "native_i16x8_sse2.hpp"
13#include "native_i32x4_sse2.hpp"
14#include "native_i64x4_avx2.hpp"
15#include "native_i8x16_sse2.hpp"
16#include "native_simd_conversions_x86.hpp"
17#include "native_simd_utility.hpp"
18#include "native_u32x4_sse2.hpp"