Skip to content

[Feature]: Add CI pipeline for RISC-V / RVV #244

@ihb2032

Description

@ihb2032

Problem / Motivation

As zvec involves performance-critical vector operations, supporting RISC-V Vector Extensions is a highly valuable capability. However, without a dedicated CI pipeline for the RISC-V architecture, any new commits to the C++ core might inadvertently break RVV optimizations, cause compilation failures on RISC-V targets, or introduce silent logic regressions.
Relying on developers to manually cross-compile and test RVV implementations locally before releases is prone to human error and slows down the development cycle. Having an automated CI workflow ensures that RVV code paths are continuously verified.

Proposed Solution

Alternatives Considered

No response

Affected Area

No response

Metadata

Metadata

Assignees

Labels

featureNew feature wanted

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions