[FEATURE] add RISC-V 32-bit (RV32) assembly optimizations for hashing backend #25

Closed
opened 2026-06-30 18:49:06 +00:00 by AnmiTaliDev · 0 comments
AnmiTaliDev commented 2026-06-30 18:49:06 +00:00 (Migrated from github.com)

Description

Introduce platform-specific 32-bit RISC-V (RV32) assembly optimizations for the backend's hashing and checksum verification modules. Currently, the project relies entirely on a generic software fallback on RV32 platforms, leading to high CPU overhead on embedded and application-class RISC-V processors.

## Description Introduce platform-specific 32-bit RISC-V (RV32) assembly optimizations for the backend's hashing and checksum verification modules. Currently, the project relies entirely on a generic software fallback on RV32 platforms, leading to high CPU overhead on embedded and application-class RISC-V processors.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
core/libAPG#25
No description provided.