mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
52 lines
1.2 KiB
C++
52 lines
1.2 KiB
C++
/* auto-generated on 2023-07-20 10:01:22 -0700. Do not edit! */
|
|
/* including simdjson.cpp: */
|
|
/* begin file simdjson.cpp */
|
|
#define SIMDJSON_SRC_SIMDJSON_CPP
|
|
|
|
#include <base.h>
|
|
|
|
SIMDJSON_PUSH_DISABLE_UNUSED_WARNINGS
|
|
|
|
#include <to_chars.cpp>
|
|
#include <from_chars.cpp>
|
|
#include <internal/error_tables.cpp>
|
|
#include <internal/jsoncharutils_tables.cpp>
|
|
#include <internal/numberparsing_tables.cpp>
|
|
#include <internal/simdprune_tables.cpp>
|
|
|
|
#include <simdjson/generic/dependencies.h>
|
|
#include <generic/dependencies.h>
|
|
#include <generic/stage1/dependencies.h>
|
|
#include <generic/stage2/dependencies.h>
|
|
|
|
#include <implementation.cpp>
|
|
|
|
/* defining SIMDJSON_AMALGAMATED */
|
|
#define SIMDJSON_AMALGAMATED
|
|
|
|
#if SIMDJSON_IMPLEMENTATION_ARM64
|
|
#include <arm64.cpp>
|
|
#endif
|
|
#if SIMDJSON_IMPLEMENTATION_FALLBACK
|
|
#include <fallback.cpp>
|
|
#endif
|
|
#if SIMDJSON_IMPLEMENTATION_HASWELL
|
|
#include <haswell.cpp>
|
|
#endif
|
|
#if SIMDJSON_IMPLEMENTATION_ICELAKE
|
|
#include <icelake.cpp>
|
|
#endif
|
|
#if SIMDJSON_IMPLEMENTATION_PPC64
|
|
#include <ppc64.cpp>
|
|
#endif
|
|
#if SIMDJSON_IMPLEMENTATION_WESTMERE
|
|
#include <westmere.cpp>
|
|
#endif
|
|
|
|
/* undefining SIMDJSON_AMALGAMATED */
|
|
#undef SIMDJSON_AMALGAMATED
|
|
|
|
SIMDJSON_POP_DISABLE_UNUSED_WARNINGS
|
|
|
|
/* end file simdjson.cpp */
|