VIPA 0.1.0
Header-only C++23 SIMD-assisted IPv4/IPv6 text parser.
Loading...
Searching...
No Matches
simd.hxx
Go to the documentation of this file.
1#pragma once
2
6
7#if !defined(VIPA_USE_AVX2) && defined(__AVX2__)
8#define VIPA_USE_AVX2 1
9#endif
10
11#if !defined(VIPA_USE_AVX2)
12#define VIPA_USE_AVX2 0
13#endif
14
15#if VIPA_USE_AVX2
16#include <immintrin.h>
17#endif