Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d714367

Browse filesBrowse files
nodejs-github-botruyadorno
authored andcommitted
deps: update simdjson to 3.10.1
PR-URL: #54678 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent e47ccd2 commit d714367
Copy full SHA for d714367

File tree

Expand file treeCollapse file tree

2 files changed

+220
-204
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+220
-204
lines changed
Open diff view settings
Collapse file

‎deps/simdjson/simdjson.cpp‎

Copy file name to clipboardExpand all lines: deps/simdjson/simdjson.cpp
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2024-08-01 09:31:50 -0400. Do not edit! */
1+
/* auto-generated on 2024-08-26 09:37:03 -0400. Do not edit! */
22
/* including simdjson.cpp: */
33
/* begin file simdjson.cpp */
44
#define SIMDJSON_SRC_SIMDJSON_CPP
@@ -332,6 +332,8 @@ double from_chars(const char *first, const char* end) noexcept;
332332
#define SIMDJSON_ISALIGNED_N(ptr, n) (((uintptr_t)(ptr) & ((n)-1)) == 0)
333333

334334
#if SIMDJSON_REGULAR_VISUAL_STUDIO
335+
// We could use [[deprecated]] but it requires C++14
336+
#define simdjson_deprecated __declspec(deprecated)
335337

336338
#define simdjson_really_inline __forceinline
337339
#define simdjson_never_inline __declspec(noinline)
@@ -370,6 +372,8 @@ double from_chars(const char *first, const char* end) noexcept;
370372
#define SIMDJSON_POP_DISABLE_UNUSED_WARNINGS
371373

372374
#else // SIMDJSON_REGULAR_VISUAL_STUDIO
375+
// We could use [[deprecated]] but it requires C++14
376+
#define simdjson_deprecated __attribute__((deprecated))
373377

374378
#define simdjson_really_inline inline __attribute__((always_inline))
375379
#define simdjson_never_inline inline __attribute__((noinline))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.