mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
Backport simdutf riscv v extension fix
This commit is contained in:
parent
0056722c24
commit
eac1a955ce
1 changed files with 5 additions and 4 deletions
9
src/third_party/simdutf/simdutf.h
vendored
9
src/third_party/simdutf/simdutf.h
vendored
|
@ -155,10 +155,11 @@
|
|||
// RISC-V 64-bit
|
||||
#define SIMDUTF_IS_RISCV64 1
|
||||
|
||||
#if __clang_major__ >= 19
|
||||
// Does the compiler support target regions for RISC-V
|
||||
#define SIMDUTF_HAS_RVV_TARGET_REGION 1
|
||||
#endif
|
||||
//#if __riscv_v_intrinsic >= 1000000
|
||||
// #define SIMDUTF_HAS_RVV_INTRINSICS 1
|
||||
// #define SIMDUTF_HAS_RVV_TARGET_REGION 1
|
||||
//#elif ...
|
||||
// Check for special compiler versions that implement pre v1.0 intrinsics
|
||||
|
||||
#if __riscv_v_intrinsic >= 11000
|
||||
#define SIMDUTF_HAS_RVV_INTRINSICS 1
|
||||
|
|
Loading…
Add table
Reference in a new issue