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>
This commit is contained in:
Node.js GitHub Bot
2023-03-01 22:01:23 +01:00
committed by GitHub
parent 928a2b04dd
commit 55c944eace
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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