deps: update simdutf to 3.2.7

PR-URL: https://github.com/nodejs/node/pull/47473
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Node.js GitHub Bot
2023-04-10 18:57:10 +01:00
committed by GitHub
parent 08e1564474
commit fdee40e686
2 changed files with 1029 additions and 787 deletions

1808
deps/simdutf/simdutf.cpp vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
/* auto-generated on 2023-03-30 20:31:03 -0400. Do not edit! */
/* auto-generated on 2023-04-08 11:21:57 -0400. Do not edit! */
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/include, filename=simdutf.h
/* begin file include/simdutf.h */
#ifndef SIMDUTF_H
@@ -144,6 +144,8 @@
// POWER processors. Please see https://github.com/lemire/simdutf/issues/51
#elif defined(__s390__)
// s390 IBM system. Big endian.
#elif (defined(__riscv) || defined(__riscv__)) && __riscv_xlen == 64
// RISC-V 64-bit
#else
// The simdutf library is designed
// for 64-bit processors and it seems that you are not
@@ -572,7 +574,7 @@ SIMDUTF_DISABLE_UNDESIRED_WARNINGS
#define SIMDUTF_SIMDUTF_VERSION_H
/** The version of simdutf being used (major.minor.revision) */
#define SIMDUTF_VERSION "3.2.3"
#define SIMDUTF_VERSION "3.2.7"
namespace simdutf {
enum {
@@ -587,7 +589,7 @@ enum {
/**
* The revision (major.minor.REVISION) of simdutf being used.
*/
SIMDUTF_VERSION_REVISION = 3
SIMDUTF_VERSION_REVISION = 7
};
} // namespace simdutf