mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
deps: update simdjson to 3.12.0
PR-URL: https://github.com/nodejs/node/pull/56874 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
7e8629435d
commit
dc2c9ec0a7
2
deps/simdjson/LICENSE
vendored
2
deps/simdjson/LICENSE
vendored
|
|
@ -186,7 +186,7 @@
|
|||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2018-2023 The simdjson authors
|
||||
Copyright 2018-2025 The simdjson authors
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
2
deps/simdjson/simdjson.cpp
vendored
2
deps/simdjson/simdjson.cpp
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */
|
||||
/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */
|
||||
/* including simdjson.cpp: */
|
||||
/* begin file simdjson.cpp */
|
||||
#define SIMDJSON_SRC_SIMDJSON_CPP
|
||||
|
|
|
|||
8
deps/simdjson/simdjson.h
vendored
8
deps/simdjson/simdjson.h
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */
|
||||
/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */
|
||||
/* including simdjson.h: */
|
||||
/* begin file simdjson.h */
|
||||
#ifndef SIMDJSON_H
|
||||
|
|
@ -2437,7 +2437,7 @@ namespace std {
|
|||
#define SIMDJSON_SIMDJSON_VERSION_H
|
||||
|
||||
/** The version of simdjson being used (major.minor.revision) */
|
||||
#define SIMDJSON_VERSION "3.11.6"
|
||||
#define SIMDJSON_VERSION "3.12.0"
|
||||
|
||||
namespace simdjson {
|
||||
enum {
|
||||
|
|
@ -2448,11 +2448,11 @@ enum {
|
|||
/**
|
||||
* The minor version (major.MINOR.revision) of simdjson being used.
|
||||
*/
|
||||
SIMDJSON_VERSION_MINOR = 11,
|
||||
SIMDJSON_VERSION_MINOR = 12,
|
||||
/**
|
||||
* The revision (major.minor.REVISION) of simdjson being used.
|
||||
*/
|
||||
SIMDJSON_VERSION_REVISION = 6
|
||||
SIMDJSON_VERSION_REVISION = 0
|
||||
};
|
||||
} // namespace simdjson
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user