simdjson 4.1.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
base.h
1#ifndef SIMDJSON_ARM64_BASE_H
2#define SIMDJSON_ARM64_BASE_H
3
4#ifndef SIMDJSON_CONDITIONAL_INCLUDE
5#include "simdjson/base.h"
6#endif // SIMDJSON_CONDITIONAL_INCLUDE
7
8namespace simdjson {
12namespace arm64 {
13
14class implementation;
15
16namespace {
17namespace simd {
18template <typename T> struct simd8;
19template <typename T> struct simd8x64;
20} // namespace simd
21} // unnamed namespace
22
23} // namespace arm64
24} // namespace simdjson
25
26#endif // SIMDJSON_ARM64_BASE_H
The top level simdjson namespace, containing everything the library provides.
Definition base.h:8