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