mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
9 lines
229 B
C
9 lines
229 B
C
#ifndef SIMDJSON_RVV_VLS_BUILDER_H
|
|
#define SIMDJSON_RVV_VLS_BUILDER_H
|
|
|
|
#include "simdjson/rvv-vls/begin.h"
|
|
#include "simdjson/generic/builder/amalgamated.h"
|
|
#include "simdjson/rvv-vls/end.h"
|
|
|
|
#endif // SIMDJSON_RVV_VLS_BUILDER_H
|