mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
GitHub
parent
08e1564474
commit
fdee40e686
1808
deps/simdutf/simdutf.cpp
vendored
1808
deps/simdutf/simdutf.cpp
vendored
File diff suppressed because it is too large
Load Diff
8
deps/simdutf/simdutf.h
vendored
8
deps/simdutf/simdutf.h
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user