Put haswell/westmere/fallback/amd64 in simdjson namespace

This commit is contained in:
John Keiser
2020-09-08 13:08:27 -07:00
parent b234d74f43
commit 9bbfd5804e
82 changed files with 176 additions and 2 deletions
@@ -7,6 +7,7 @@
//
#include "generic/stage1/find_next_document_index.h"
namespace simdjson {
namespace SIMDJSON_IMPLEMENTATION {
namespace {
namespace stage1 {
@@ -309,6 +310,7 @@ SIMDJSON_WARN_UNUSED bool implementation::validate_utf8(const char *buf, size_t
}
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace simdjson
//
// Stage 2
@@ -317,6 +319,7 @@ SIMDJSON_WARN_UNUSED bool implementation::validate_utf8(const char *buf, size_t
#include "fallback/numberparsing.h"
#include "generic/stage2/tape_builder.h"
namespace simdjson {
namespace SIMDJSON_IMPLEMENTATION {
SIMDJSON_WARN_UNUSED error_code dom_parser_implementation::stage2(dom::document &_doc) noexcept {
@@ -334,5 +337,6 @@ SIMDJSON_WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *
}
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace simdjson
#include "fallback/end_implementation.h"