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