mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
8 lines
213 B
C
8 lines
213 B
C
#ifndef SIMDJSON_LASX_BUILDER_H
|
|
#define SIMDJSON_LASX_BUILDER_H
|
|
|
|
#include "simdjson/lasx/begin.h"
|
|
#include "simdjson/generic/builder/amalgamated.h"
|
|
#include "simdjson/lasx/end.h"
|
|
|
|
#endif // SIMDJSON_LASX_BUILDER_H
|