SaberAlterr
|
7068894be3
|
[RISC-V Vector] Add RVV Backend Registration (#2430)
* WIP: initial RVV implementation
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
* Fix issue with SIMDJSON_CONDITIONAL_INCLUDE in rvv/implementation.h
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
* drop RISC-V V-extension auto-detection in cmake
- Remove CMake logic that adds -DSIMDJSON_IS_RVV=1.
- Let SIMDJSON_IS_RVV be determined by portability.h.
- Translate placeholder comment to English.
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
* fixing amalgamation.
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
* adding base
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
---------
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
Co-authored-by: Daniel Lemire <daniel@lemire.me>
|
2025-09-14 08:14:41 -06:00 |
|
Daniel Lemire
|
83f390f8e7
|
fix: adopt recommendation from issue 2163 (#2164)
|
2024-04-05 15:17:57 -04:00 |
|
Jinyang He
|
4c98e51c53
|
Add LoongArch LSX and LASX support (#2159)
* Add LoongArch SX support
* Add LoongArch ASX support
|
2024-04-04 12:09:36 -04:00 |
|
John Keiser
|
9a0527c380
|
Only make editor stuff work in editor
|
2023-07-14 20:05:05 -07:00 |
|
John Keiser
|
553ee69b7c
|
Make implementation .h/.cpp compile
|
2023-07-08 11:42:57 -07:00 |
|