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
+2
View File
@@ -1,6 +1,7 @@
#include "fallback/begin_implementation.h"
#include "fallback/dom_parser_implementation.h"
namespace simdjson {
namespace SIMDJSON_IMPLEMENTATION {
SIMDJSON_WARN_UNUSED error_code implementation::create_dom_parser_implementation(
@@ -16,5 +17,6 @@ SIMDJSON_WARN_UNUSED error_code implementation::create_dom_parser_implementation
}
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace simdjson
#include "fallback/end_implementation.h"