mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Mark amalgamation early in
This commit is contained in:
+3
-4
@@ -4,6 +4,9 @@
|
||||
|
||||
SIMDJSON_PUSH_DISABLE_UNUSED_WARNINGS
|
||||
|
||||
#include "generic/dependencies.h"
|
||||
#include "simdjson/amalgamated.h"
|
||||
|
||||
#include "to_chars.cpp"
|
||||
#include "from_chars.cpp"
|
||||
#include "internal/error_tables.cpp"
|
||||
@@ -12,10 +15,6 @@ SIMDJSON_PUSH_DISABLE_UNUSED_WARNINGS
|
||||
#include "internal/simdprune_tables.cpp"
|
||||
#include "implementation.cpp"
|
||||
|
||||
#include "simdjson/generic/dependencies.h"
|
||||
#include "generic/dependencies.h"
|
||||
#include "simdjson/amalgamated.h"
|
||||
|
||||
#if SIMDJSON_IMPLEMENTATION_ARM64
|
||||
#include "arm64.cpp"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user