simdjson 4.4.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
base.h
1#ifndef SIMDJSON_RVV_VLS_BASE_H
2#define SIMDJSON_RVV_VLS_BASE_H
3
4#ifndef SIMDJSON_CONDITIONAL_INCLUDE
5#include "simdjson/base.h"
6#endif // SIMDJSON_CONDITIONAL_INCLUDE
7
8namespace simdjson {
12namespace rvv_vls {
13
14class implementation;
15
16} // namespace rvv_vls
17} // namespace simdjson
18
19#endif // SIMDJSON_RVV_VLS_BASE_H
The top level simdjson namespace, containing everything the library provides.
Definition base.h:8