summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorNode.js GitHub Bot <github-bot@iojs.org>2023-03-01 22:01:23 +0100
committerGitHub <noreply@github.com>2023-03-01 21:01:23 +0000
commit55c944eace809a08fb89f006e1c3f1b6f503892f (patch)
tree4c4db5c1a84ae716cc924f042ba51b5e130a421e /deps
parent928a2b04ddaa5da81ce5e5852c886b58bab8cc74 (diff)
downloadnode-new-55c944eace809a08fb89f006e1c3f1b6f503892f.tar.gz
deps: update simdutf to 3.2.2
PR-URL: https://github.com/nodejs/node/pull/46841 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/simdutf/simdutf.cpp2
-rw-r--r--deps/simdutf/simdutf.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/deps/simdutf/simdutf.cpp b/deps/simdutf/simdutf.cpp
index f7916d6814..d3100c1561 100644
--- a/deps/simdutf/simdutf.cpp
+++ b/deps/simdutf/simdutf.cpp
@@ -1,4 +1,4 @@
-/* auto-generated on 2023-02-23 11:36:05 -0500. Do not edit! */
+/* auto-generated on 2023-02-24 17:01:43 -0500. Do not edit! */
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/src, filename=simdutf.cpp
/* begin file src/simdutf.cpp */
#include "simdutf.h"
diff --git a/deps/simdutf/simdutf.h b/deps/simdutf/simdutf.h
index 30600aaca4..80189d316c 100644
--- a/deps/simdutf/simdutf.h
+++ b/deps/simdutf/simdutf.h
@@ -1,4 +1,4 @@
-/* auto-generated on 2023-02-23 11:36:05 -0500. Do not edit! */
+/* auto-generated on 2023-02-24 17:01:43 -0500. Do not edit! */
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/include, filename=simdutf.h
/* begin file include/simdutf.h */
#ifndef SIMDUTF_H
@@ -572,7 +572,7 @@ SIMDUTF_DISABLE_UNDESIRED_WARNINGS
#define SIMDUTF_SIMDUTF_VERSION_H
/** The version of simdutf being used (major.minor.revision) */
-#define SIMDUTF_VERSION "3.2.1"
+#define SIMDUTF_VERSION "3.2.2"
namespace simdutf {
enum {
@@ -587,7 +587,7 @@ enum {
/**
* The revision (major.minor.REVISION) of simdutf being used.
*/
- SIMDUTF_VERSION_REVISION = 1
+ SIMDUTF_VERSION_REVISION = 2
};
} // namespace simdutf