mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
GitHub
parent
928a2b04dd
commit
55c944eace
2
deps/simdutf/simdutf.cpp
vendored
2
deps/simdutf/simdutf.cpp
vendored
@@ -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"
|
||||
|
||||
6
deps/simdutf/simdutf.h
vendored
6
deps/simdutf/simdutf.h
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user