Move ondemand implementation to include/

This commit is contained in:
John Keiser
2020-09-08 15:19:06 -07:00
parent 9bbfd5804e
commit a700848bae
108 changed files with 615 additions and 568 deletions
+2 -6
View File
@@ -1,6 +1,4 @@
#include "westmere/begin_implementation.h"
#include "westmere/dom_parser_implementation.h"
#include "generic/stage2/jsoncharutils.h"
#include "simdjson/westmere/begin.h"
//
// Stage 1
@@ -112,8 +110,6 @@ simdjson_really_inline simd8<bool> must_be_2_3_continuation(const simd8<uint8_t>
//
// Stage 2
//
#include "westmere/stringparsing.h"
#include "westmere/numberparsing.h"
#include "generic/stage2/tape_builder.h"
//
@@ -164,4 +160,4 @@ SIMDJSON_WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace simdjson
#include "westmere/end_implementation.h"
#include "simdjson/westmere/end.h"