Add native ARM64 and AVX-512 proof backends #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pool
post-quantum
question
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ignotusnemo/parano1d!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change makes the proof stack and node build architecture-aware without changing protocol layouts or proof relations.
It adds process-wide runtime ISA dispatch, native ARM64 NEON/PMULL kernels, four-lane AVX-512/VPCLMUL kernels, AVX-512 F128 NTT butterflies, and OS portability fixes for Linux, macOS, and Windows. Official x86-64 artifacts use an x86-64-v3 + PCLMULQDQ + VPCLMULQDQ floor and upgrade to AVX-512 inside the same binary. ARM64 artifacts use NEON + PMULL. Scalar code remains a differential-test oracle and source fallback; no legacy x86 artifact is published.
Platform CI now validates the full workspace, links the real node, RPC CLI, and external miner, and executes the native proof suite on:
All four native checks passed without annotations in Platform CI run 29707147025