[FEATURE] add ARM32 (AArch32) assembly optimizations for hashing backend #24

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

Description

Introduce platform-specific 32-bit ARM (ARM32 / ARMv7 / AArch32) assembly optimizations for the backend's hashing and checksum verification modules. Currently, the project relies entirely on a generic software fallback on 32-bit ARM platforms, missing out on significant hardware features and instruction-level optimizations available on these processors.

## Description Introduce platform-specific 32-bit ARM (ARM32 / ARMv7 / AArch32) assembly optimizations for the backend's hashing and checksum verification modules. Currently, the project relies entirely on a generic software fallback on 32-bit ARM platforms, missing out on significant hardware features and instruction-level optimizations available on these 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#24
No description provided.