simdjson 4.1.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
base.h
1#ifndef SIMDJSON_ICELAKE_BASE_H
2#define SIMDJSON_ICELAKE_BASE_H
3
4#ifndef SIMDJSON_CONDITIONAL_INCLUDE
5#include "simdjson/base.h"
6#endif // SIMDJSON_CONDITIONAL_INCLUDE
7
8// The constructor may be executed on any host, so we take care not to use SIMDJSON_TARGET_ICELAKE
9namespace simdjson {
13namespace icelake {
14
15class implementation;
16
17} // namespace icelake
18} // namespace simdjson
19
20#endif // SIMDJSON_ICELAKE_BASE_H
The top level simdjson namespace, containing everything the library provides.
Definition base.h:8