-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Binius64 has some native optimizations and would potentially demonstrate better performance if compiled with
export RUSTFLAGS="-C target-cpu=native"Currently this fails because of the following error:
https://github.com/privacy-ethereum/csp-benchmarks/actions/runs/18672101870/job/53237027330#step:10:429
(the ring crate fails to compile in an unrelated example that we don't need but still depend on if depending on the whole examples crate).
This is a blocker for compiling with optimizations.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done