Skip to content

Commit

Permalink
deps: update simdjson to 3.9.3
Browse files Browse the repository at this point in the history
PR-URL: #53252
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
nodejs-github-bot authored and RafaelGSS committed Jun 7, 2024
1 parent 6409b1f commit b688050
Show file tree
Hide file tree
Showing 2 changed files with 601 additions and 28 deletions.
5 changes: 3 additions & 2 deletions deps/simdjson/simdjson.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* auto-generated on 2024-05-07 18:04:59 -0400. Do not edit! */
/* auto-generated on 2024-05-30 10:52:38 -0400. Do not edit! */
/* including simdjson.cpp: */
/* begin file simdjson.cpp */
#define SIMDJSON_SRC_SIMDJSON_CPP
Expand Down Expand Up @@ -2359,7 +2359,7 @@ enum error_code {
INDEX_OUT_OF_BOUNDS, ///< JSON array index too large
NO_SUCH_FIELD, ///< JSON field not found in object
IO_ERROR, ///< Error reading a file
INVALID_JSON_POINTER, ///< Invalid JSON pointer reference
INVALID_JSON_POINTER, ///< Invalid JSON pointer syntax
INVALID_URI_FRAGMENT, ///< Invalid URI fragment
UNEXPECTED_ERROR, ///< indicative of a bug in simdjson
PARSER_IN_USE, ///< parser is already in use.
Expand Down Expand Up @@ -6896,6 +6896,7 @@ static inline uint32_t detect_supported_architectures() {
/* end file internal/isadetection.h */

#include <initializer_list>
#include <type_traits>

namespace simdjson {

Expand Down
Loading

0 comments on commit b688050

Please sign in to comment.